Skip to content

Commit 030a2b3

Browse files
committed
chore: oxfmt .fallowrc.jsonc
1 parent 2087d5d commit 030a2b3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.fallowrc.jsonc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"packages/producer/src/services/pngDecodeBlitWorker.ts",
2424
"packages/producer/src/services/shaderTransitionWorker.ts",
2525
"scripts/*.{ts,mjs,js}",
26-
"scripts/*/run.mjs"
26+
"scripts/*/run.mjs",
2727
],
2828
"ignorePatterns": [
2929
"docs/**",
@@ -34,7 +34,7 @@
3434
"skills/**/scripts/**",
3535
"registry/**",
3636
"examples/**",
37-
".github/workflows/fixtures/**"
37+
".github/workflows/fixtures/**",
3838
],
3939
"ignoreExports": [
4040
// CLI command files: every command exports a const `examples` per the
@@ -45,14 +45,14 @@
4545
// MODELS_DIR / ensureModel for their model namespace.
4646
{
4747
"file": "packages/cli/src/{background-removal,tts,whisper}/manager.ts",
48-
"exports": ["DEFAULT_MODEL", "MODELS_DIR", "ensureModel"]
48+
"exports": ["DEFAULT_MODEL", "MODELS_DIR", "ensureModel"],
4949
},
5050
// `isPathInside` is documented as exported-for-tests only in fileServer.ts;
5151
// it has different semantics (symlink resolution) from utils/paths.ts.
5252
{
5353
"file": "packages/producer/src/services/fileServer.ts",
54-
"exports": ["isPathInside"]
55-
}
54+
"exports": ["isPathInside"],
55+
},
5656
],
5757
"ignoreDependencies": [
5858
// Runtime/dynamic deps not visible to static analysis: tsup `external`,
@@ -87,6 +87,6 @@
8787
"@fontsource/playfair-display",
8888
"@fontsource/poppins",
8989
"@fontsource/roboto",
90-
"@fontsource/source-code-pro"
91-
]
90+
"@fontsource/source-code-pro",
91+
],
9292
}

0 commit comments

Comments
 (0)