-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 942 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
43
{
"name": "eslint-config-jss",
"description": "Eslint configuration for jss.",
"version": "5.0.1",
"author": {
"name": "Oleg Slobodskoi",
"email": "[email protected]"
},
"scripts": {
"lint": "eslint . -c index.js"
},
"peerDependencies": {
"eslint": "^5.6.0"
},
"pre-commit": "lint",
"keywords": [
"eslint",
"config",
"react",
"jsx",
"linter",
"ubergrape"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:cssinjs/eslint-config-jss.git"
},
"devDependencies": {
"eslint": "^5.6.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-flowtype": "^3.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "^7.11.1"
}
}