mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
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:
parent
026f69d394
commit
f711265f1b
1 changed files with 1 additions and 1 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue