This repository was archived by the owner on May 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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-colisweb",
"version": "1.3.1",
"license": "MIT",
"description": "ESLint configuration for colisweb",
"author": "Simon Degraeve <simon@colisweb.com>",
"keywords": [
"colisweb",
"eslint"
],
"repository": {
"type": "git",
"url": "git://github.com/colisweb/eslint-config-colisweb.git"
},
"bugs": {
"url": "https://github.com/colisweb/eslint-config-colisweb/issues"
},
"homepage": "https://github.com/colisweb/eslint-config-colisweb#readme",
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.14.1",
"eslint-config-react-app": "3.0.7",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.0.2",
"eslint-plugin-standard": "^4.0.0",
"prettier-eslint-cli": "^4.7.1"
},
"bin": {
"cwformat": "./cli.sh"
},
"scripts": {
"lint": "./cli.sh index.js",
"test": "echo \"No tests configured.\"",
"build": "echo \"No build steps configured.\"",
"release": "cwtools release"
},
"devDependencies": {
"cwtools": "^1.0.6"
}
}