tslint: added a new tslint rule

This commit is contained in:
Torkel Ödegaard
2018-08-30 07:34:17 +02:00
parent 0dc8949352
commit 272c09513f
4 changed files with 19 additions and 30 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
"build": "grunt build",
"test": "grunt test",
"test:coverage": "grunt test --coverage=true",
"lint": "tslint -c tslint.json --project tsconfig.json --type-check",
"lint": "tslint -c tslint.json --project tsconfig.json",
"jest": "jest --notify --watch",
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
"precommit": "lint-staged && grunt precommit"