-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
72 lines (72 loc) · 1.64 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "eslint-config-airbnb-standard",
"description": "Airbnb's JS ESLint config + JS Standard Style + semicolons",
"version": "3.1.0",
"author": {
"name": "DoAsync",
"email": "[email protected]"
},
"main": "index.js",
"bin": {
"eslint": "node_modules/eslint/bin/eslint.js"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-babel": "x",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-node": "^7.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0"
},
"bundleDependencies": [
"babel-eslint",
"eslint",
"eslint-config-airbnb",
"eslint-config-standard",
"eslint-config-standard-react",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-node",
"eslint-plugin-promise",
"eslint-plugin-react",
"eslint-plugin-standard",
"eslint-plugin-babel"
],
"repository": {
"type": "git",
"url": "git://github.com/doasync/eslint-config-airbnb-standard.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"airbnb",
"javascript",
"styleguide",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"hint",
"jscs",
"jshint",
"lint",
"quality",
"verify"
],
"license": "MIT"
}