mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
feat: add @typescript-eslint/no-unnecessary-type-conversion
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
851c468748
commit
c4340efc6f
@ -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",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user