From ed563b70139de078e273b8df46cc1008f84fee95 Mon Sep 17 00:00:00 2001 From: "ziyuan.lin" Date: Thu, 20 Jun 2024 23:38:52 +0800 Subject: [PATCH] allow @ts-ignore since it is legacy project --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 28cfc4ac..3a4d1cf7 100644 --- a/package.json +++ b/package.json @@ -130,6 +130,7 @@ "args": "none" } ], + "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-namespace": "off", "@typescript-eslint/no-use-before-define": "off",