From 8dad5a6918c614de0b092510f3ac11953aa111d9 Mon Sep 17 00:00:00 2001 From: Adil Ansari Date: Tue, 9 May 2023 10:34:57 -0700 Subject: [PATCH] fix: turn off failing eslinter (#353) --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 9da78f9..e3da1a4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,6 +28,7 @@ "@typescript-eslint/semi": ["error"], "unused-imports/no-unused-imports": "error", "quotes": "off", + "unicorn/expiring-todo-comments": "off", "@typescript-eslint/quotes": ["error"], "tsdoc/syntax": "error" },