Skip to content

Commit 58cd291

Browse files
committed
chore: don't enforce type linting (yet)
1 parent aab2cb5 commit 58cd291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"bump": "npm version -m \"chore(release): bump to v%s\"",
1111
"fmt": "npm run prettier",
12-
"lint": "npm run jshint && npm run tsc",
12+
"lint": "npm run jshint",
1313
"--------": "-------------------------------------------------",
1414
"jshint": "npx -p [email protected] -- jshint -c ./.jshintrc ./*.js",
1515
"prettier": "npx -p [email protected] -- prettier -w '**/*.{js,md}'",

0 commit comments

Comments
 (0)