-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 972 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
{
"name": "@doordash/eslint-config-doordash",
"version": "2.0.0",
"description": "DoorDash's ESLint config, following our styleguide",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/doordash/eslint-config-doordash.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"doordash",
"javascript",
"styleguide"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/doordash/eslint-config-doordash/issues"
},
"homepage": "https://github.com/doordash/eslint-config-doordash#readme",
"dependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.3.0",
"prettier": "^1.6.1"
}
}