-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 942 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
50
{
"name": "eslint-config-brainhub",
"version": "1.14.0",
"description": "ESLint shareable config for the Brainhub style",
"license": "Apache-2.0",
"repository": "adam-golab/eslint-config-brainhub",
"author": "Adam Gołąb",
"engines": {
"node": ">=6.0.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": {
"babel-eslint": "^10.0.1",
"eslint": "^5.13.0"
},
"peerDependencies": {
"babel-eslint": ">=9.0.0",
"eslint": ">=5.0.0"
},
"dependencies": {
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.3"
}
}