Skip to content

Commit 709e4e4

Browse files
committed
style(linter/plugins): update oxfmt config to format oxlint fixtures (#15601)
Update `oxfmt` config so it formats `apps/oxlint/test/fixtures`. Actual formatting changes were in PRs #15600 and #15674. This PR alters the config so all these files will continue to be formatted in future.
1 parent c9e0951 commit 709e4e4

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)