Skip to content

Commit

Permalink
chore: don't enforce type linting (yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed May 15, 2024
1 parent aab2cb5 commit 58cd291
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 @@ -9,7 +9,7 @@
"scripts": {
"bump": "npm version -m \"chore(release): bump to v%s\"",
"fmt": "npm run prettier",
"lint": "npm run jshint && npm run tsc",
"lint": "npm run jshint",
"--------": "-------------------------------------------------",
"jshint": "npx -p jshint@2.x -- jshint -c ./.jshintrc ./*.js",
"prettier": "npx -p prettier@3.x -- prettier -w '**/*.{js,md}'",
Expand Down

0 comments on commit 58cd291

Please sign in to comment.