Disable no-string-literal tslint rule
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
"no-eval": true,
|
"no-eval": true,
|
||||||
"no-null-keyword": true,
|
"no-null-keyword": true,
|
||||||
"no-shadowed-variable": true,
|
"no-shadowed-variable": true,
|
||||||
"no-string-literal": true,
|
|
||||||
"no-switch-case-fall-through": true,
|
"no-switch-case-fall-through": true,
|
||||||
"no-unreachable": true,
|
"no-unreachable": true,
|
||||||
"no-unused-expression": true,
|
"no-unused-expression": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user