1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-14 22:53:13 +01:00

feat: add @typescript-eslint/no-unsafe-declaration-merging

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2024-09-25 16:30:23 +02:00
parent 4115843cc1
commit 116c3c600a
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -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",