-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
41
42
43
44
45
46
47
{
"name": "eslint-config-k14v",
"version": "1.0.0",
"description": "Eslint config used across @k14v projects",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"keywords": [
"eslint",
"k14v",
"linter",
"rules",
"eslintconfig",
"styleguide"
],
"author": {
"name": "k14v",
"url": "https://github.com/k14v"
},
"contributors": [
{
"name": "Rubeniskov",
"email": "[email protected]",
"url": "https://rubeniskov.com"
},
{
"name": "Kelvur",
"url": "https://github.com/Kelvur"
}
],
"license": "MIT",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0"
},
"peerDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0"
}
}