-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 953 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
{
"name": "eslint-config-scimall",
"version": "0.0.6",
"description": "SciMall ESLint 规则",
"main": "index.js",
"dependencies": {
"babel-eslint": "^10.0.3"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-find-rules": "^3.4.0"
},
"scripts": {
"lint": "eslint .",
"validate": "eslint-find-rules --unused ./index.js",
"list": "eslint-find-rules --all-available ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhibin2015/eslint-config-scimall.git"
},
"keywords": [
"eslint",
"eslintConfig",
"eslint-config",
"eslintrc",
"javascript",
"scimall",
"eslint-config-scimall",
"scimall",
"styleguide"
],
"author": "zhibin <zhibin_li@msn.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhibin2015/eslint-config-scimall/issues"
},
"homepage": "https://github.com/zhibin2015/eslint-config-scimall#readme"
}