Document intention to never care about duplicate strings

I think this is rule is a bit daft most of the time
This commit is contained in:
Oliver Blanthorn 2020-06-18 21:30:58 +01:00
parent 026f69d394
commit f711265f1b
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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": [