From 451c1905a82964cda01b9828445d9161d5e4c4a1 Mon Sep 17 00:00:00 2001 From: Don Isaac Date: Fri, 28 Mar 2025 11:26:12 -0700 Subject: [PATCH] ci: do not lint cli fixture files (#18596) --- oxlint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oxlint.json b/oxlint.json index 98b2d39cac..8749f00f9d 100644 --- a/oxlint.json +++ b/oxlint.json @@ -30,7 +30,8 @@ "test/bundler/transpiler/decorators.test.ts", // uses `arguments` as decorator "test/bundler/native-plugin.test.ts", // parser doesn't handle import metadata "test/bundler/transpiler/with-statement-works.js", // parser doesn't allow `with` statement - "test/js/node/module/extensions-fixture" // these files are not meant to be linted + "test/js/node/module/extensions-fixture", // these files are not meant to be linted + "test/cli/run/module-type-fixture" ], "overrides": [ {