Enabled more tslint rules
parent
5e050753e4
commit
e5fedee06b
|
@ -3,6 +3,14 @@
|
|||
"no-unused-expression": true,
|
||||
"no-unreachable": true,
|
||||
"no-duplicate-variable": true,
|
||||
"no-duplicate-key": true,
|
||||
"no-unused-variable": true,
|
||||
"curly": true,
|
||||
"class-name": true,
|
||||
"semicolon": true,
|
||||
"no-unnecessary-semicolons": true,
|
||||
"triple-equals": true,
|
||||
"no-duplicate-case": true,
|
||||
"no-unexternalized-strings": [
|
||||
true,
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue