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