-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 961 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
{
"name": "eslint-config-brigade",
"version": "7.0.0",
"description": "Brigade's ESLint configuration",
"main": "index.js",
"engines": {
"node": ">=5.0.0",
"npm": ">=3.3.6"
},
"engineStrict": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brigade/eslint-config-brigade.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"brigade",
"javascript",
"react",
"node",
"stylesheet"
],
"author": "Brigade Group, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/brigade/eslint-config-brigade/issues"
},
"homepage": "https://github.com/brigade/eslint-config-brigade#readme",
"dependencies": {
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0"
},
"peerDependencies": {
"eslint": "^4.13.1"
}
}