diff --git a/eslint.config.js b/eslint.config.js index 4793f9d..3e8d7d5 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -350,8 +350,6 @@ export default defineConfig( "no-useless-constructor": "off", "@typescript-eslint/no-useless-constructor": "error", - "@typescript-eslint/no-unnecessary-type-conversion": "error", - "@typescript-eslint/no-unnecessary-template-expression": "error", "@typescript-eslint/adjacent-overload-signatures": "error",