UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@gjv/eslint-config-typescript",
3 "version": "0.9.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:update": "npx npm-check -u",
13 "setup:clean": "rimraf ./node_modules",
14 "lint": "eslint ./index.js --ext .js,.jsx,.ts,.tsx --max-warnings 0",
15 "lint:fix": "npm run lint -- --fix",
16 "lint:config": "eslint --print-config ./index.js",
17 "check": "npm run lint"
18 },
19 "publishConfig": {
20 "access": "public"
21 },
22 "dependencies": {
23 "eslint-config-airbnb-base": "^14.2.1",
24 "eslint-plugin-import": "^2.24.2",
25 "eslint-plugin-import-helpers": "^1.1.0",
26 "eslint-plugin-promise": "^5.1.0"
27 },
28 "devDependencies": {
29 "@typescript-eslint/eslint-plugin": "^4.33.0",
30 "@typescript-eslint/parser": "^4.33.0",
31 "eslint": "^7.32.0",
32 "typescript": "^4.4.3"
33 },
34 "peerDependencies": {
35 "@typescript-eslint/eslint-plugin": "~4",
36 "@typescript-eslint/parser": "~4",
37 "eslint": "~7",
38 "typescript": "~4"
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": "389ca45b23d55a3915dabd26a93c3a4800bba4f8"
48}