Disable no-string-literal tslint rule

This commit is contained in:
József Farkas
2016-09-14 22:49:56 +02:00
committed by GitHub
parent 11c642317c
commit 7e24f463a1

View File

@@ -16,7 +16,6 @@
"no-eval": true,
"no-null-keyword": true,
"no-shadowed-variable": true,
"no-string-literal": true,
"no-switch-case-fall-through": true,
"no-unreachable": true,
"no-unused-expression": true,
@@ -106,4 +105,4 @@
"check-type"
]
}
}
}