UNPKG

629 BJSONView Raw
1{
2 "name": "@addepar/eslint-config",
3 "version": "4.0.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 "eslint-config-prettier": "^2.9.0",
11 "eslint-plugin-ember": "^5.0.1",
12 "eslint-plugin-ember-best-practices": "^1.1.1",
13 "eslint-plugin-import": "^2.3.0",
14 "eslint-plugin-node": "^6.0.1",
15 "eslint-plugin-prefer-let": "^1.0.1",
16 "eslint-plugin-prettier": "^2.6.0"
17 },
18 "author": "",
19 "license": "MIT",
20 "publishConfig": {
21 "@addepar:registry": "https://registry.npmjs.org/"
22 }
23}