forked from fusionjs/eslint-config-fusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 901 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
{
"name": "eslint-config-fusion",
"version": "1.0.1",
"description":
"eslint-config-fusion is an eslint config recommended for use with FusionJS.",
"license": "MIT",
"repository": "fusionjs/eslint-config-fusion",
"files": ["rules", "index.js"],
"main": "index.js",
"dependencies": {
"eslint-config-uber-universal-stage-3": "^1.0.0-rc.7"
},
"peerDependencies": {
"eslint-plugin-flowtype": "^2.36.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0"
},
"devDependencies": {
"babel-eslint": "8.2.3",
"eslint": "4.19.1",
"eslint-plugin-cup": "1.0.0",
"eslint-plugin-flowtype": "2.46.3",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.7.0",
"flow-bin": "0.69.0",
"prettier": "1.10.2"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
}
}