Skip to content

Commit

Permalink
chore(lint): reenable tsc on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Mar 28, 2024
1 parent 8a3fc03 commit 0b22d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"bump": "npm version -m \"chore(release): bump to v%s\"",
"fmt": "npm run prettier",
"lint": "npm run jshint",
"lint": "npm run jshint && npm run tsc",
"--------------": "-----------------------------------------",
"jshint": "npx -p [email protected] -- jshint -c ./.jshintrc ./*.js",
"prettier": "npx -p [email protected] -- prettier -w '**/*.{js,md}'",
Expand Down

0 comments on commit 0b22d94

Please sign in to comment.