1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-19 01:25:53 +02:00

feat: add @typescript-eslint/no-unsafe-unary-minus

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2023-11-14 12:52:10 +01:00
parent 6a064c227e
commit d3d71f9a78
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -313,6 +313,7 @@
"@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
"@typescript-eslint/no-unnecessary-type-assertion": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/no-unsafe-unary-minus": "error",
"@typescript-eslint/prefer-function-type": "error",
"@typescript-eslint/prefer-includes": "error",
"@typescript-eslint/prefer-nullish-coalescing": [