UNPKG

549 BJSONView Raw
1{
2 "name": "@addepar/eslint-config",
3 "version": "2.1.0",
4 "description": "Addepar eslint-config",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "dependencies": {
10 "babel-eslint": "^7.2.3",
11 "eslint-plugin-brackets": "^0.1.0",
12 "eslint-plugin-class-property": "^1.0.6",
13 "eslint-plugin-fat-arrow-same-line": "^0.1.0",
14 "eslint-plugin-import": "^2.3.0"
15 },
16 "author": "",
17 "license": "MIT",
18 "publishConfig": {
19 "@addepar:registry": "https://registry.npmjs.org/"
20 }
21}