mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Revert "Re-enable no-unused-collection rule"
This reverts commit 2ea8fd0263.
That commit didn't do what it said - it just removed a comment.
This commit is contained in:
parent
2ea8fd0263
commit
f2cd6a7988
|
|
@ -37,7 +37,7 @@ module.exports = {
|
|||
"rules": {
|
||||
"sonarjs/cognitive-complexity": "off", //"error",
|
||||
"sonarjs/no-duplicate-string": "off",
|
||||
"sonarjs/no-unused-collection": "off",
|
||||
"sonarjs/no-unused-collection": "off", //"error",
|
||||
"@typescript-eslint/adjacent-overload-signatures": "error",
|
||||
"@typescript-eslint/array-type": [
|
||||
"error",
|
||||
|
|
|
|||
Loading…
Reference in a new issue