-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.59 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@omgjs/eslint-config-react",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "ESLint config in node module",
"main": "src/eslint-config-react.js",
"scripts": {
"test": "echo \"Warning: this package comes without tests\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omgjs/eslint-config-react.git"
},
"keywords": [
"eslint",
"javascript",
"linting",
"ecmascript",
"prettier",
"babel"
],
"author": "Artem Korolev",
"license": "MIT",
"bugs": {
"url": "https://github.com/omgjs/eslint-config-react/issues"
},
"homepage": "https://github.com/omgjs/eslint-config-react#readme",
"babel": {
"extends": "@omgjs/babel-config-react"
},
"devDependencies": {
"@omgjs/babel-config-react": "x",
"@omgjs/prettier-config-react": "x",
"eslint": "5.x",
"eslint-config-airbnb": "17.x",
"eslint-config-prettier": "3.x",
"eslint-loader": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jest": "21.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-prettier": "2.x",
"eslint-plugin-react": "7.x",
"eslint-watch": "4.x",
"babel-eslint": "10.x",
"prettier": "1.x"
},
"peerDependencies": {
"eslint": "5.x",
"eslint-config-airbnb": "17.x",
"eslint-config-prettier": "3.x",
"eslint-loader": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jest": "21.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-markdown": "1.x",
"eslint-plugin-prettier": "2.x",
"eslint-plugin-react": "7.x",
"eslint-watch": "4.x",
"babel-eslint": "10.x"
}
}