-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.41 KB
/
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
46
47
48
{
"name": "eslint-config-cicero",
"version": "5.1.0",
"description": "eslint config used in Cicero projects",
"main": "index.js",
"scripts": {
"release": "standard-version -i changelog.md",
"check-prettier-conflicts": "eslint --print-config index.js | eslint-config-prettier-check",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cicero-lint-setup": "./bin/cicero-lint-setup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cicerono/cicero-eslint-config.git"
},
"keywords": [
"eslint"
],
"author": "Cicero Consulting AS",
"license": "MIT",
"bugs": {
"url": "https://github.com/cicerono/cicero-eslint-config/issues"
},
"homepage": "https://github.com/cicerono/cicero-eslint-config#readme",
"dependencies": {
"execa": "^0.10.0",
"inquirer": "^5.2.0",
"listr": "^0.13.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-lodash": "^2.7.0",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-react": "^7.7.0",
"prettier": "^1.12.1",
"standard-version": "^4.3.0"
}
}