From 31a2475fdfcf2ecedf8ba9eac034d5e4ae07b1fc Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Fri, 2 Jun 2023 09:34:17 +0800 Subject: [PATCH] chore: Update eslint setting --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 0807290..0abe8c2 100644 --- a/.eslintrc +++ b/.eslintrc @@ -18,6 +18,7 @@ "@typescript-eslint/no-unused-vars": ["error", { "args": "none" }], "@typescript-eslint/ban-ts-comment": "off", "no-prototype-builtins": "off", - "@typescript-eslint/no-empty-function": "off" + "@typescript-eslint/no-empty-function": "off", + "@typescript-eslint/no-inferrable-types": "off" } } \ No newline at end of file