diff --git a/eslint.config.js b/eslint.config.js index 52a670d..de19af2 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -346,6 +346,8 @@ export default typescriptESLint.config( "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",