Disable tslint no-duplicate-string
In tests it is not really useful.
This commit is contained in:
parent
abe6ea25b7
commit
ba4e74efff
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
"cognitive-complexity": true,
|
"cognitive-complexity": true,
|
||||||
"mccabe-complexity": true,
|
"mccabe-complexity": true,
|
||||||
"no-duplicate-string": true,
|
"no-duplicate-string": false,
|
||||||
"no-nested-incdec": false,
|
"no-nested-incdec": false,
|
||||||
"no-all-duplicated-branches": true,
|
"no-all-duplicated-branches": true,
|
||||||
"consecutive-overloads": true,
|
"consecutive-overloads": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue