forked from tipsi/eslint-config-tipsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 948 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
{
"name": "@detools/eslint-config",
"version": "1.2.0",
"description": "Detools shared eslint config",
"main": "index.js",
"scripts": {
"test": "eslint -c index.js index.js",
"pub": "npm publish ./ --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/detools/eslint-config.git"
},
"keywords": [
"eslint",
"config"
],
"author": "Anton Kuznetsov <[email protected]> (https://github.com/isnifer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/detools/eslint-config/issues"
},
"homepage": "https://github.com/detools/eslint-config#readme",
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4"
},
"devDependencies": {
"eslint": "^5.15.3"
},
"peerDependencies": {
"eslint": "^5.5.0"
}
}