Skip to content

Commit

Permalink
chore: use ts-standard vs eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
josheleonard committed Mar 11, 2020
1 parent e0ea7d0 commit 8a8af63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.json

This file was deleted.

12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "dist/main.js",
"types": "dist/main.d.ts",
"scripts": {
"lint": "eslint main.ts --ext .ts",
"lint:fix": "eslint main.ts --ext .ts --fix",
"lint": "./node_modules/.bin/ts-standard main.ts --ext .ts",
"lint:fix": "./node_modules/.bin/ts-standard --fix",
"build": "npm run lint:fix && ./node_modules/.bin/tsc"
},
"repository": {
Expand All @@ -28,15 +28,7 @@
"chokidar": "^3.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"electron": "^8.1.1",
"eslint": "^6.8.0",
"eslint-config-standard-with-typescript": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ts-standard": "^6.0.0",
"typescript": "^3.5.0"
},
Expand Down

0 comments on commit 8a8af63

Please sign in to comment.