diff --git a/ui/tslint.json b/ui/tslint.json index 74d2f7a..5d64193 100644 --- a/ui/tslint.json +++ b/ui/tslint.json @@ -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,