Skip to content

Commit fc22c13

Browse files
chore(lint): remove deprecated --typecheck param
1 parent 3ec4bd9 commit fc22c13

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
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"build": "ng-packagr -p package.json",
1818
"copyDistToExample": "rm -rf ./examples/basic/node_modules/angular-stl-model-viewer/* && cp -R ./dist/. examples/basic/node_modules/angular-stl-model-viewer",
19-
"lint": "tslint -p ./ --type-check",
19+
"lint": "tslint -p ./",
2020
"publish": "npm run build && npm publish ./dist",
2121
"test": "karma start"
2222
},

0 commit comments

Comments
 (0)