mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-11-01 00:52:26 +01:00
fix: relax @typescript-eslint/no-unnecessary-type-conversion
This commit is contained in:
@@ -350,8 +350,6 @@ export default defineConfig(
|
|||||||
"no-useless-constructor": "off",
|
"no-useless-constructor": "off",
|
||||||
"@typescript-eslint/no-useless-constructor": "error",
|
"@typescript-eslint/no-useless-constructor": "error",
|
||||||
|
|
||||||
"@typescript-eslint/no-unnecessary-type-conversion": "error",
|
|
||||||
|
|
||||||
"@typescript-eslint/no-unnecessary-template-expression": "error",
|
"@typescript-eslint/no-unnecessary-template-expression": "error",
|
||||||
"@typescript-eslint/adjacent-overload-signatures": "error",
|
"@typescript-eslint/adjacent-overload-signatures": "error",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user