-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 929 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 929 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
{
"name": "eslint-config-koality",
"version": "4.0.2",
"description": "An Eslint config from your friends at Code Koalas",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/CodeKoalas/eslint-config-koality"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint-check": "eslint --print-config eslintrc.json | eslint-config-prettier-check"
},
"author": "Donnie West <donnie@codekoalas.com>",
"license": "MIT",
"files": [
"index.js",
"eslintrc.json"
],
"peerDependencies": {
"eslint": "*",
"eslint-config-prettier": "*",
"eslint-config-standard": "*",
"eslint-config-standard-jsx": "*",
"eslint-plugin-import": "*",
"eslint-plugin-node": "*",
"eslint-plugin-prettier": "*",
"eslint-plugin-promise": "*",
"eslint-plugin-react": "*",
"eslint-plugin-standard": "*",
"prettier": "*"
}
}