From e9271af75e817ec8e1b55b98fe5b1e8dac0978fa Mon Sep 17 00:00:00 2001 From: "aditya.chandel" <> Date: Sun, 12 Jan 2025 20:28:50 -0700 Subject: [PATCH] "@typescript-eslint/no-inferrable-types": "off" --- booklore-ui/eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/booklore-ui/eslint.config.js b/booklore-ui/eslint.config.js index 99a007a6..73d7a817 100644 --- a/booklore-ui/eslint.config.js +++ b/booklore-ui/eslint.config.js @@ -30,6 +30,7 @@ module.exports = tseslint.config( style: "kebab-case", }, ], + "@typescript-eslint/no-inferrable-types": "off" }, }, {