Skip to content

Commit

Permalink
change where eslint plugin runs tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed May 4, 2021
1 parent d0916cf commit ad09109
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
"license": "MIT",
"scripts": {
"build": "tsc --noEmit",
"lint": "eslint --ext .js --cache ."
"lint": "tsc --noEmit && eslint --ext .js --cache ."
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
Expand Down

0 comments on commit ad09109

Please sign in to comment.