Skip to content

Commit 76a872b

Browse files
committed
fix(lint): don't exclude all errors by mistake
1 parent a6c3401 commit 76a872b

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
@@ -28,7 +28,7 @@
2828
"jshint": "npx -p [email protected] -- jshint -c ./.jshintrc --exclude 'node_modules/**/*' *.js",
2929
"prettier": "npx -p [email protected] -- prettier -w '**/*.{js,md,html}'",
3030
"reexport-types": "npx -p [email protected] -- reexport",
31-
"tsc": "! npx -p [email protected] -- tsc -p ./jsconfig.json | grep '\\.js(\\d\\+,\\d\\+): error' | grep -v '\\<node_modules/'"
31+
"tsc": "! npx -p [email protected] -- tsc -p ./jsconfig.json | grep '\\.js([0-9]\\+,[0-9]\\+): error' | grep -v '\\<node_modules/'"
3232
},
3333
"keywords": [],
3434
"author": "AJ ONeal <[email protected]> (https://therootcompany.com/)",

0 commit comments

Comments
 (0)