-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "@luooooob/eslint-config",
"version": "0.5.0",
"description": "My shareable ESLint configuration.",
"keywords": [
"eslint",
"eslint-config"
],
"license": "MIT",
"homepage": "https://github.com/luooooob/eslint-config",
"bugs": {
"url": "https://github.com/luooooob/eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luooooob/eslint-config.git"
},
"author": "Jiang Yan <[email protected]> (http://github.com/luooooob)",
"files": [
"index.js",
"rules"
],
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint . --fix"
},
"peerDependencies": {
"eslint": ">=8.3.0",
"typescript": ">=4.5"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-vue": "^9.4.0"
},
"devDependencies": {
"eslint": "^8.3.0"
}
}