forked from oxc-project/oxc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoxfmtrc.jsonc
More file actions
35 lines (35 loc) · 1.37 KB
/
oxfmtrc.jsonc
File metadata and controls
35 lines (35 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "./npm/oxfmt/configuration_schema.json",
"ignorePatterns": [
"**/dist/**",
"**/tests/**",
"**/generated/**",
// Ignore `fixtures` directories except for `apps/oxlint/test/fixtures`
"**/fixtures/**",
"**/CHANGELOG.md",
"!apps/oxlint/test/fixtures/**",
"**/*.snap.md",
"apps/oxlint/conformance/snapshot.md",
"tasks/coverage/node-compat-table",
"tasks/coverage/misc",
"tasks/coverage/src/runtime/babelHelpers.js",
"tasks/transform_conformance/tests",
"apps/{oxlint,oxfmt}/src-js/bindings.js",
"apps/{oxlint,oxfmt}/src-js/bindings.d.ts",
"apps/oxlint/conformance/submodules/**",
"napi/parser/src-js/bindings.js",
"napi/playground/playground.wasi-browser.js",
"napi/{transform,minify,playground}/index.js",
"napi/{transform,minify,playground}/index.d.ts",
"napi/{parser,transform,minify,playground}/**/index.d.ts",
"napi/{parser,transform,minify,playground}/**/*.wasi-browser.js",
"napi/{parser,transform,minify,playground}/**/*.wasi.cjs",
"napi/{parser,transform,minify,playground}/**/wasi-worker-browser.mjs",
"napi/{parser,transform,minify,playground}/**/wasi-worker.mjs",
"napi/{parser,transform,minify,playground}/**/browser.js",
"npm/runtime/src",
"npm/oxc-types/types.d.ts",
"npm/oxfmt/configuration_schema.json",
"npm/oxlint/configuration_schema.json",
],
}