tslint: Remove ignore pattern from no-unused-variable and fix the rule break

This commit is contained in:
Farkas József
2016-09-20 20:43:25 +02:00
parent 7e95460451
commit e9a66c64c4
2 changed files with 1 additions and 5 deletions

View File

@@ -21,10 +21,7 @@
"no-unused-expression": true,
"no-unused-variable": [
true,
"check-parameters",
{
"ignore-pattern": "assert.*|keyActionType"
}
"check-parameters"
],
"no-use-before-declare": true,
"no-var-keyword": true,