We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
oxfmt
oxlint
1 parent 65e1478 commit 9ce7efeCopy full SHA for 9ce7efe
oxfmtrc.jsonc
@@ -6,7 +6,18 @@
6
"**/dist/**",
7
"**/tests/**",
8
"**/generated/**",
9
- "**/fixtures/**",
+
10
+ // Ignore `fixtures` directories except for `apps/oxlint/test/fixtures`
11
+ "apps/oxfmt/test/fixtures/**",
12
+ "apps/oxlint/fixtures/**",
13
+ "crates/oxc_linter/fixtures/**",
14
+ "crates/oxc_language_server/fixtures/**",
15
+ "editors/vscode/fixtures/**",
16
+ "tasks/transform_conformance/overrides/**",
17
+ // Ignore 2 specific `oxlint` fixtures which depend on not being formatted for correctness
18
+ "apps/oxlint/test/fixtures/estree/files/**",
19
+ "apps/oxlint/test/fixtures/isSpaceBetween/files/**",
20
21
"tasks/coverage/node-compat-table",
22
"tasks/coverage/misc",
23
"tasks/coverage/src/runtime/babelHelpers.js",
0 commit comments