-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 KB
/
package.json
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
{
"name": "@eslint-recommended/eslint-config",
"version": "26.1.1",
"description": "Recommended ESLint Shareable Config for JavaScript",
"scripts": {
"lint": "eslint '**/*.{js,mjs,cjs}'",
"prepublishOnly": "npm run lint"
},
"files": [
"index.js"
],
"engines": {
"node": ">=20"
},
"peerDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.0.0",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-unicorn": "^53.0.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "53.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/eslint-recommended/eslint-config.git"
},
"bugs": {
"url": "https://github.com/eslint-recommended/eslint-config/issues"
},
"homepage": "https://github.com/eslint-recommended/eslint-config",
"license": "MIT",
"keywords": [
"config",
"eslint-config",
"eslint",
"eslintconfig"
]
}