UNPKG

703 BJSONView Raw
1{
2 "name": "@crystal-ball/eslint-config-eloquence",
3 "version": "2.0.1",
4 "description": "Organization linting rules",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": ["eslint", "eslintconfig"],
10 "author": "Dan Hedgecock <hedgecock.d@gmail.com> (https://danhedgecock.com)",
11 "license": "ISC",
12 "dependencies": {
13 "babel-eslint": "^7.2.3",
14 "eslint": "^4.3.0",
15 "eslint-config-airbnb": "^15.1.0",
16 "eslint-config-prettier": "^2.3.0",
17 "eslint-plugin-import": "^2.7.0",
18 "eslint-plugin-jsx-a11y": "^5.1.1",
19 "eslint-plugin-prettier": "^2.1.2",
20 "eslint-plugin-react": "^7.1.0",
21 "prettier": "^1.5.3"
22 }
23}