-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 KB
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
{
"name": "eslint-config-backpack",
"version": "1.0.0",
"description": "This package provides Backpack's .eslintrc as an extensible shared config.",
"main": "index.js",
"repository": {
"url": "git@github.com:Backpack-Technologies/eslint-config-backpack.git",
"type": "git"
},
"author": "Backpackers",
"license": "MIT",
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.10.0",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-promise": "^3.3.2",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-standard": "^2.0.1"
},
"peerDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.10.0",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.6.0"
},
"dependencies": {}
}