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": [