-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 936 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
33
34
35
36
37
38
39
40
41
{
"name": "eslint-config-imweb",
"version": "0.2.19",
"description": "IMWeb团队eslint配置规则",
"repository": {
"type": "git",
"url": "https://github.com/imweb/eslint-config-imweb.git"
},
"keywords": [
"eslint",
"style",
"imweb"
],
"scripts": {
"lint": "eslint *.js",
"lintfix": "eslint --fix *.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:deploy": "./docs/.deploy.sh"
},
"author": "IMWeb Team",
"license": "MIT",
"dependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.1"
},
"engines": {
"node": ">= 6"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.0.0",
"vuepress": "^1.0.2"
},
"peerDependencies": {
"eslint": "^5.3.0"
}
}