diff --git a/.eslintrc.json b/.eslintrc.json index 1477536..509bdba 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -247,13 +247,6 @@ "error", { "default": "array-simple" } ], - "@typescript-eslint/consistent-type-assertions": [ - "error", - { - "assertionStyle": "as", - "objectLiteralTypeAssertions": "never" - } - ], "@typescript-eslint/consistent-type-definitions": [ "error", "interface"