From e6f6d5b1b793582a5134b6bb453a214f75b9371e Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Thu, 4 Mar 2021 13:13:50 +0100 Subject: [PATCH] Update rules --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 2d6aadc..3cb5b7d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -16,6 +16,7 @@ "no-console": "warn", "prettier/prettier": "error", "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-inferrable-types": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/ban-ts-comment": "warn", "no-unused-vars": "off",