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:
Oliver Blanthorn 2020-06-18 23:07:18 +01:00
parent 2ea8fd0263
commit f2cd6a7988
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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",