diff --git a/oxfmtrc.jsonc b/oxfmtrc.jsonc index 36bdccee32c43..f0ea875efdc22 100644 --- a/oxfmtrc.jsonc +++ b/oxfmtrc.jsonc @@ -6,7 +6,9 @@ "**/dist/**", "**/tests/**", "**/generated/**", + // Ignore `fixtures` directories except for `apps/oxlint/test/fixtures` "**/fixtures/**", + "!apps/oxlint/test/fixtures/**", "tasks/coverage/node-compat-table", "tasks/coverage/misc", "tasks/coverage/src/runtime/babelHelpers.js",