-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 791 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 791 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
{
"name": "eslint-config-codeyellow",
"version": "4.1.5",
"description": "Code Yellow's ESLint config, following Create React App config with a few changes",
"author": "Kees Kluskens <kees@codeyellow.nl>",
"repository": {
"type": "git",
"url": "https://github.com/CodeYellowBV/eslint-config-codeyellow"
},
"bugs": {
"url": "https://github.com/CodeYellowBV/eslint-config-codeyellow/issues"
},
"keywords": [
"eslint",
"eslintconfig",
"styleguide"
],
"main": "index.js",
"license": "ISC",
"dependencies": {
"babel-eslint": "8.2.6",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-react": "7.10.0"
},
"devDependencies": {
"eslint": "4.x.x || 5.x.x"
},
"peerDependencies": {
"eslint": "3.x.x || 4.x.x || 5.x.x"
}
}