tslint corrections

- remove ‘no-string-literal’ restriction to enable dictionaries in TS
This commit is contained in:
Denys Vuika 2016-04-27 10:05:21 +01:00
parent 56896f2200
commit 2877457625
2 changed files with 0 additions and 2 deletions

@ -58,7 +58,6 @@
"no-internal-module": true,
"no-require-imports": true,
"no-shadowed-variable": true,
"no-string-literal": true,
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unreachable": true,

@ -58,7 +58,6 @@
"no-internal-module": true,
"no-require-imports": true,
"no-shadowed-variable": true,
"no-string-literal": true,
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unreachable": true,