Disable tslint no-duplicate-string

In tests it is not really useful.
This commit is contained in:
Jannis Mattheis 2018-09-13 21:03:12 +02:00
parent abe6ea25b7
commit ba4e74efff
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"cognitive-complexity": true,
"mccabe-complexity": true,
"no-duplicate-string": true,
"no-duplicate-string": false,
"no-nested-incdec": false,
"no-all-duplicated-branches": true,
"consecutive-overloads": true,