-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 984 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
38
39
40
41
42
43
44
45
{
"name": "eslint-config-ezhome",
"version": "1.0.0-rc.1",
"author": "Ezhome Engineering",
"authorEmail": "[email protected]",
"bugs": {
"url": "https://github.com/ezhome/eslint-config-ezhome/issues"
},
"description": "Ezhome's ESLint config",
"keywords": [
"config",
"eslint",
"eslintconfig",
"ezhome",
"styleguide"
],
"main": "index.js",
"license": "BSD-3-Clause",
"homepage": "https://github.com/ezhome/eslint-config-ezhome",
"repository": {
"type": "git",
"url": "https://github.com/ezhome/eslint-config-ezhome"
},
"dependencies": {
"babel-eslint": "7.0.0",
"eslint-plugin-import-order": "2.1.4",
"eslint-plugin-react": "6.4.1"
},
"devDependencies": {
"eslint": "3.8.1"
},
"peerDependencies": {
"eslint": ">=3.8.1"
},
"engines": {
"node": ">= 4",
"npm": ">= 3"
},
"eslintConfig": {
"extends": "ezhome/base/index.js"
},
"scripts": {
"lint": "eslint ."
}
}