mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Re-enable no-unused-collection
rule
This commit is contained in:
parent
df43e39592
commit
2ea8fd0263
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module.exports = {
|
||||||
"rules": {
|
"rules": {
|
||||||
"sonarjs/cognitive-complexity": "off", //"error",
|
"sonarjs/cognitive-complexity": "off", //"error",
|
||||||
"sonarjs/no-duplicate-string": "off",
|
"sonarjs/no-duplicate-string": "off",
|
||||||
"sonarjs/no-unused-collection": "off", //"error",
|
"sonarjs/no-unused-collection": "off",
|
||||||
"@typescript-eslint/adjacent-overload-signatures": "error",
|
"@typescript-eslint/adjacent-overload-signatures": "error",
|
||||||
"@typescript-eslint/array-type": [
|
"@typescript-eslint/array-type": [
|
||||||
"error",
|
"error",
|
||||||
|
|
Loading…
Add table
Reference in a new issue