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
45 lines (45 loc) · 1.86 KB
/
oxfmtrc.jsonc
File metadata and controls
45 lines (45 loc) · 1.86 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
36
37
38
39
40
41
42
43
44
45
{
"$schema": "./npm/oxfmt/configuration_schema.json",
"ignorePatterns": [
"**/tests/**",
// Ignore `fixtures` directories except for `apps/oxlint/test/fixtures`
"**/fixtures/**",
"!apps/oxlint/test/fixtures/**",
"apps/oxlint/test/fixtures/bom/files/**",
"apps/oxlint/test/fixtures/fixes/files/**",
"apps/oxlint/test/fixtures/plugin_eslint/files/**",
"apps/oxlint/test/fixtures/suggestions/files/**",
"apps/oxlint/test/fixtures/sourceCode_token_methods/files/**",
"apps/oxlint/test/fixtures/tokens/files/**",
"**/dist/**",
"**/generated/**",
"**/CHANGELOG.md",
"**/*.snap.md",
"apps/oxfmt/conformance/snapshots/**",
"apps/oxlint/conformance/snapshots/**",
"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/src-js/generated/",
"apps/oxlint/src-js/package/config.generated.ts",
"apps/oxfmt/src-js/config.generated.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",
],
}