-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 937 Bytes
/
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
{
"name": "eslint-config-kubesphere",
"version": "1.2.2",
"repository": {
"type": "git",
"url": "https://github.com/kubesphere/eslint-config-kubesphere.git"
},
"license": "MIT",
"sideEffects": false,
"main": ".eslintrc.js",
"scripts": {
"changeset:add": "changeset add",
"release": "changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.7"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^5.0.0"
}
}