-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 998 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 998 Bytes
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
{
"name": "eslint-config-hardcore-react",
"version": "0.2.7",
"description": "ESLint config for react apps",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/Faradey27/eslint-config-hardcore-react"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"react",
"javascript",
"styleguide"
],
"author": "Faradey27",
"contributors": [
{
"name": "Andrii Tiertyshnyi(Faradey27)",
"url": "https://github.com/Faradey27"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Faradey27/eslint-config-hardcore-react/issues"
},
"homepage": "https://github.com/Faradey27/eslint-config-hardcore-react",
"devDependencies": {
"babel-tape-runner": "^2.0.1",
"eslint": "^4.3.0",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.1.0",
"tape": "^4.5.1"
},
"peerDependencies": {}
}