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 74033bd commit ddfde55Copy full SHA for ddfde55
oxfmtrc.jsonc
@@ -6,7 +6,15 @@
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
18
"tasks/coverage/node-compat-table",
19
"tasks/coverage/misc",
20
"tasks/coverage/src/runtime/babelHelpers.js",
0 commit comments