-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 908 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
42
43
44
45
46
47
48
49
{
"name": "eslint-config-brainhub",
"version": "1.8.1",
"description": "ESLint shareable config for the Brainhub style",
"license": "Apache-2.0",
"repository": "adam-golab/eslint-config-brainhub",
"author": "Adam Gołąb",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js"
],
"keywords": [
"brainhub",
"code",
"quality",
"style",
"lint",
"linter",
"jscs",
"jshint",
"jslint",
"eslint",
"validate",
"code style",
"strict",
"check",
"checker",
"verify",
"enforce",
"hint"
],
"devDependencies": {
"eslint": "^4.10.0"
},
"peerDependencies": {
"eslint": ">=4.0.0"
},
"dependencies": {
"babel-eslint": "^8.2.1",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.6.1"
}
}