From f67e5cff47375268ba48abeddb4745b6ca4324db Mon Sep 17 00:00:00 2001 From: Bernardo Date: Tue, 28 Feb 2023 22:58:19 -0300 Subject: [PATCH] Improve lint. --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 585b46e2..7c78fecf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,6 +5,7 @@ const config = { "max-len": "off", "no-negated-condition": "off", complexity: "off", + "default-case": "off", "no-use-before-define": "off", "@typescript-eslint/no-use-before-define": "warn", "@typescript-eslint/no-unnecessary-condition": "off",