Skip to content

Commit f0395b4

Browse files
committed
feature: Add lint task to npm scripts
1 parent 7c01f54 commit f0395b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"hmr": "ng serve --host 0.0.0.0 --port 4200 --hmr",
1010
"test": "ng test",
1111
"pree2e": "webdriver-manager update --standalone false --gecko false",
12-
"e2e": "protractor"
12+
"e2e": "protractor",
13+
"lint": "tslint --force --project src/tsconfig.json src/**/*.ts -t verbose"
1314
},
1415
"private": true,
1516
"dependencies": {

0 commit comments

Comments
 (0)