-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.04 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.04 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
{
"name": "eslint-config-yscope",
"version": "1.1.0",
"description": "",
"scripts": {
"release": "npm install && git diff --exit-code && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y-scope/eslint-config-yscope.git"
},
"author": "YScope Inc. <dev@yscope.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/y-scope/eslint-config-yscope/issues"
},
"homepage": "https://github.com/y-scope/eslint-config-yscope#readme",
"peerDependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
"eslint": "^9.18.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-no-autofix": "^2.1.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-plus": "^1.4.0",
"globals": "^15.14.0",
"typescript-eslint": "8.19.0"
}
}