From 8438c1a6095795816f13a754dae81135b71b690b Mon Sep 17 00:00:00 2001 From: Mirone Date: Fri, 20 Dec 2024 15:54:14 +0800 Subject: [PATCH] chore: adjust oxlint json --- oxlint.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/oxlint.json b/oxlint.json index e5fe6d31d522a..4b02f12885d80 100644 --- a/oxlint.json +++ b/oxlint.json @@ -194,6 +194,15 @@ "typescript/no-non-null-assertion": "off", "unicorn/prefer-array-some": "off" } + }, + { + "files": ["blocksuite/tests-legacy/**/*.ts"], + "rules": { + "typescript/ban-ts-comment": "off", + "unicorn/prefer-dom-node-dataset": "off", + "typescript/consistent-type-imports": "off", + "no-cycle": "off" + } } ] }