ci: do not lint cli fixture files (#18596)

This commit is contained in:
Don Isaac
2025-03-28 11:26:12 -07:00
committed by GitHub
parent accccbfdaf
commit 451c1905a8

View File

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