Skip to content

Commit 3e3a5bb

Browse files
committed
exclude linted files in fixtures when formatting
1 parent 385f873 commit 3e3a5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oxfmtrc.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"**/generated/**",
99
// Ignore `fixtures` directories except for `apps/oxlint/test/fixtures`
1010
"**/fixtures/**",
11-
"!apps/oxlint/test/fixtures/**",
11+
"!apps/oxlint/test/fixtures/**/plugin.ts",
1212
"tasks/coverage/node-compat-table",
1313
"tasks/coverage/misc",
1414
"tasks/coverage/src/runtime/babelHelpers.js",

0 commit comments

Comments
 (0)