Skip to content

Commit 4995e79

Browse files
committed
style(linter/plugins): update oxfmt config to format oxlint fixtures
1 parent 6e2985b commit 4995e79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oxfmtrc.jsonc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"**/dist/**",
77
"**/tests/**",
88
"**/generated/**",
9+
// Ignore `fixtures` directories except for `apps/oxlint/test/fixtures`
910
"**/fixtures/**",
11+
"!apps/oxlint/test/fixtures/**",
1012
"tasks/coverage/node-compat-table",
1113
"tasks/coverage/misc",
1214
"tasks/coverage/src/runtime/babelHelpers.js",

0 commit comments

Comments
 (0)