-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.47 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@pumpn/eslint-config",
"version": "17.1.1",
"description": "standard eslint config for pumpn code projects",
"main": "config.js",
"author": "Nano Miratus <nanomiratus@gmail.com>",
"license": "MIT",
"private": false,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/pumpncode/eslint-config.git"
},
"scripts": {
"lint": "eslint",
"prepublishOnly": "npm run lint",
"test": "echo 'no tests yet'"
},
"devDependencies": {
"eslint": "^10.0.3"
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^8.57.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-command": "^3.5.2",
"eslint-plugin-depend": "^1.5.0",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-jsdoc": "^62.8.0",
"eslint-plugin-no-secrets": "^2.3.3",
"eslint-plugin-perfectionist": "^5.7.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react-dom": "^3.0.0",
"eslint-plugin-react-naming-convention": "^3.0.0",
"eslint-plugin-react-rsc": "^3.0.0",
"eslint-plugin-react-web-api": "^3.0.0",
"eslint-plugin-react-x": "^3.0.0",
"eslint-plugin-redos": "^4.5.0",
"eslint-plugin-regexp": "^3.1.0",
"eslint-plugin-security": "^4.0.0",
"eslint-plugin-sonarjs": "^4.0.2",
"eslint-plugin-tailwindcss": "^4.0.0-beta.0",
"eslint-plugin-unicorn": "^63.0.0",
"globals": "^17.4.0"
},
"peerDependencies": {
"eslint": "^10.0.3"
}
}