From 6ce62c51a851bd88516ad5ad7274602b81b8a5ef Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:11:57 +0000 Subject: [PATCH] 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. --- oxfmtrc.jsonc | 2 ++ 1 file changed, 2 insertions(+) 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",