From a95ac7ec8b01d5b561cd9e2e64a302508ea72834 Mon Sep 17 00:00:00 2001 From: Divlo Date: Mon, 6 Feb 2023 23:43:23 +0100 Subject: [PATCH] fix: relax `@typescript-eslint/consistent-type-assertions` --- .eslintrc.json | 7 ------- 1 file changed, 7 deletions(-) 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"