-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 KB
/
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
{
"name": "eslint-config-gitbook",
"version": "5.0.1",
"main": "./index.js",
"author": "GitBook <[email protected]>",
"homepage": "https://github.com/GitbookIO/eslint-config-gitbook",
"description": "GitBook's ESLint config, following our styleguide",
"bugs": "https://github.com/GitbookIO/eslint-config-gitbook/issues",
"license": "Apache-2.0",
"peerDependencies": {
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"prettier": "^1.15.3"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.3.0"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"prettier": "^1.15.3"
},
"scripts": {
"test": "eslint -c ./index.js ./index.js ./spec/"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/eslint-config-gitbook.git"
}
}