-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "eslint-config-vast-react",
"version": "1.0.6",
"description": "ESLint shareable config for React and react-a11y to be used with eslint-config-vast",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"test": "npm run eslint"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vast-engineering/eslint-config-vast-react.git"
},
"keywords": [
"eslint",
"eslint-config",
"vast"
],
"author": "Vast",
"license": "MIT",
"bugs": {
"url": "https://github.com/vast-engineering/eslint-config-vast-react/issues"
},
"homepage": "https://github.com/vast-engineering/eslint-config-vast-react#readme",
"devDependencies": {
"eslint": "^3.9.0",
"eslint-config-vast": "^1.6.2",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.4.1",
"pre-commit": "^1.1.3"
},
"peerDependencies": {
"eslint": "^3.9.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.4.1"
}
}