Disable no-string-literal tslint rule
This commit is contained in:
+1
-2
@@ -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,
|
||||||
@@ -106,4 +105,4 @@
|
|||||||
"check-type"
|
"check-type"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user