Fix tslint.json
This commit is contained in:
parent
9fe3e13b5b
commit
798d1610f0
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@
|
||||||
"no-switch-case-fall-through": true,
|
"no-switch-case-fall-through": true,
|
||||||
"no-unsafe-finally": true,
|
"no-unsafe-finally": true,
|
||||||
"no-unused-expression": true,
|
"no-unused-expression": true,
|
||||||
"no-unused-new": true,
|
"no-use-before-declare": false,
|
||||||
"no-use-before-declare": true,
|
|
||||||
"no-var-keyword": true,
|
"no-var-keyword": true,
|
||||||
"radix": true,
|
"radix": true,
|
||||||
"restrict-plus-operands": false,
|
"restrict-plus-operands": false,
|
||||||
|
|
Loading…
Reference in a new issue