UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@gjv/eslint-config-typescript",
3 "version": "0.3.0",
4 "description": "gregjoeval's ESLint config for TS",
5 "author": "Greg Valentine <gregjoeval@gmail.com>",
6 "homepage": "https://github.com/gregjoeval/lib#readme",
7 "license": "MIT",
8 "main": "index.js",
9 "scripts": {
10 "setup:install": "npm install",
11 "setup:clean-install": "npm ci",
12 "setup:clean": "rimraf ./node_modules",
13 "lint": "eslint ./index.js --ext .js,.jsx,.ts,.tsx --max-warnings 0",
14 "lint:fix": "npm run lint -- --fix",
15 "lint:config": "eslint --print-config ./index.js"
16 },
17 "publishConfig": {
18 "access": "public"
19 },
20 "devDependencies": {
21 "@gjv/eslint-config": "^0.3.0",
22 "@typescript-eslint/eslint-plugin": "^2.20.0",
23 "@typescript-eslint/parser": "^2.20.0",
24 "eslint": "^6.8.0",
25 "eslint-config-airbnb-base": "^14.2.0",
26 "eslint-plugin-import": "^2.22.0",
27 "eslint-plugin-import-helpers": "^1.0.2",
28 "eslint-plugin-promise": "^4.2.1",
29 "typescript": "^3.9.5"
30 },
31 "peerDependencies": {
32 "@gjv/eslint-config": "^0.0.4",
33 "@typescript-eslint/eslint-plugin": "^2.20.0",
34 "@typescript-eslint/parser": "^2.20.0",
35 "eslint": "^6.8.0",
36 "eslint-config-airbnb-base": "^14.2.0",
37 "eslint-plugin-import": "^2.22.0",
38 "eslint-plugin-import-helpers": "^1.0.2",
39 "eslint-plugin-promise": "^4.2.1",
40 "typescript": "^3.9.5"
41 },
42 "repository": {
43 "type": "git",
44 "url": "git+https://github.com/gregjoeval/lib.git"
45 },
46 "bugs": {
47 "url": "https://github.com/gregjoeval/lib/issues"
48 },
49 "gitHead": "112c1bd54b602ebf8f437ced45cff1437dc9c1c6"
50}