diff --git a/.eslintrc.js b/.eslintrc.js index 4490fefc..441c188e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -36,7 +36,7 @@ module.exports = { ], "rules": { "sonarjs/cognitive-complexity": "off", //"error", - "sonarjs/no-duplicate-string": "off", //"error", + "sonarjs/no-duplicate-string": "off", "sonarjs/no-unused-collection": "off", //"error", "@typescript-eslint/adjacent-overload-signatures": "error", "@typescript-eslint/array-type": [