From 60d503918a5580c7a218f4d3fc86e53537166469 Mon Sep 17 00:00:00 2001 From: nichoth Date: Wed, 9 Oct 2024 20:17:55 -0700 Subject: [PATCH] fix lint --- .eslintrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.eslintrc b/.eslintrc index 2e3fa6a..6d62dc3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -13,13 +13,6 @@ ], "rules": { "@typescript-eslint/no-explicit-any": "off", - "@typescript-eslint/type-annotation-spacing": [ - "error", - { - "before": false, - "after": false - } - ], "@typescript-eslint/no-unused-vars": [ "error", {