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.
1 parent e6b1391 commit cf8eb98Copy full SHA for cf8eb98
package.json
@@ -23,7 +23,7 @@
23
"build:profile": "cross-env PROFILE=true pnpm run build",
24
"commit": "npx git-cz -a",
25
"doc": "typedoc",
26
- "format": "biome format --write .",
+ "format": "biome format --write . --files-ignore-unknown=true",
27
"format:check": "biome format .",
28
"format:generated": "biome check --write --linter-enabled=false packages_generated",
29
"validate:generated": "pnpm dlx tsx ./scripts/validateGeneratedExports.ts",
0 commit comments