Skip to content

Commit

Permalink
Allow string literals in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Sep 6, 2014
1 parent 835d703 commit a54e973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Expand Up @@ -23,7 +23,7 @@
"no-duplicate-variable": true,
"no-empty": true,
"no-eval": true,
"no-string-literal": true,
"no-string-literal": false,
"no-switch-case-fall-through": true,
"no-trailing-comma": true,
"no-trailing-whitespace": true,
Expand Down

0 comments on commit a54e973

Please sign in to comment.