UNPKG

1.48 kBJSONView Raw
1{
2 "name": "@gjv/eslint-config-typescript",
3 "version": "0.5.0",
4 "description": "gregjoeval's ESLint config for TS",
5 "author": "Greg Valentine <gregjoeval@gmail.com>",
6 "homepage": "https://github.com/gregjoeval/package-library#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 "dependencies": {
21 "eslint-config-airbnb-base": "^14.2.0",
22 "eslint-plugin-import": "^2.22.0",
23 "eslint-plugin-import-helpers": "^1.0.2",
24 "eslint-plugin-promise": "^4.2.1"
25 },
26 "devDependencies": {
27 "@gjv/eslint-config": "^0.5.0",
28 "@typescript-eslint/eslint-plugin": "^2.20.0",
29 "@typescript-eslint/parser": "^2.20.0",
30 "eslint": "^6.8.0",
31 "typescript": "^3.9.5"
32 },
33 "peerDependencies": {
34 "@gjv/eslint-config": "~0",
35 "@typescript-eslint/eslint-plugin": "~2",
36 "@typescript-eslint/parser": "~2",
37 "eslint": "~6",
38 "typescript": "~3"
39 },
40 "repository": {
41 "type": "git",
42 "url": "git+https://github.com/gregjoeval/package-library.git"
43 },
44 "bugs": {
45 "url": "https://github.com/gregjoeval/package-library/issues"
46 },
47 "gitHead": "d9a1cd38835a2663c7d8dd0474006fbfbf0cd054"
48}