Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 03c4f76

Browse files
committed
remove unused script
1 parent 207d33e commit 03c4f76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"lint:js": "npm run lint:eslint -- . ",
3939
"lint:ts": "npm run lint:tslint && npm run typecheck",
4040
"lint:tslint": "tslint --config ./tslint.json --project ./tsconfig.json --fix",
41-
"lint:tslint:noTypeCheck": "tslint --config ./tslint.json --project ./tsconfig.json --fix",
4241
"typecheck": "tsc --noEmit",
4342
"pretest": "npm run test:clean && npm run lint",
4443
"test:clean": "rimraf ./coverage",

0 commit comments

Comments
 (0)