From f2cd6a7988ddc0835f2dc484700b0ce6b4a77827 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Thu, 18 Jun 2020 23:07:18 +0100 Subject: [PATCH] Revert "Re-enable `no-unused-collection` rule" This reverts commit 2ea8fd0263d8ca54186506a5768c69681347f6e4. That commit didn't do what it said - it just removed a comment. --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index ceb82c8d..3eee6d9a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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",