mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-13 22:43:13 +01:00
feat: add @typescript-eslint/no-unsafe-declaration-merging
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
4115843cc1
commit
116c3c600a
@ -283,6 +283,7 @@
|
||||
"@typescript-eslint/no-unnecessary-type-assertion": "error",
|
||||
"@typescript-eslint/no-require-imports": "error",
|
||||
"@typescript-eslint/no-unsafe-unary-minus": "error",
|
||||
"@typescript-eslint/no-unsafe-declaration-merging": "error",
|
||||
"@typescript-eslint/no-array-delete": "error",
|
||||
"@typescript-eslint/prefer-as-const": "error",
|
||||
"@typescript-eslint/prefer-function-type": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user