From d3d71f9a788a9bc209b6ad3f806af9f75298c05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 14 Nov 2023 12:52:10 +0100 Subject: [PATCH] feat: add `@typescript-eslint/no-unsafe-unary-minus` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index f372338..f036c9b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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": [