-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "eslint-config-nutshell",
"version": "9.0.0",
"description": "ESLint sharable config for Nutshell Javascript style guide",
"main": "index.js",
"scripts": {
"test": "npm run lint -s",
"lint": "eslint .",
"find-rules": "eslint-find-rules --unused"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nutshellcrm/eslint-config-nutshell.git"
},
"keywords": [
"nutshell",
"eslint",
"config",
"eslintconfig"
],
"author": "Nutshell",
"license": "MIT",
"bugs": {
"url": "https://github.com/nutshellcrm/eslint-config-nutshell/issues"
},
"homepage": "https://github.com/nutshellcrm/eslint-config-nutshell#readme",
"peerDependencies": {
"eslint": "^5.8.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-eslint-comments": "^3.0.1",
"eslint-plugin-flowtype": "^3.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-config-nutshell": "file:.",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-eslint-comments": "^3.0.1",
"eslint-plugin-flowtype": "^3.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1"
}
}