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": [ {