mirror of
https://github.com/hanzo-docs/docs.git
synced 2026-07-27 04:31:57 +00:00
32 lines
766 B
JSON
32 lines
766 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"embeddedLanguageFormatting": "auto",
|
|
"ignorePatterns": [
|
|
"CHANGELOG.md",
|
|
"pnpm-lock.yaml",
|
|
".github/**/*.md",
|
|
|
|
"packages/create-app/versions.json",
|
|
|
|
"**/test/out/**/*",
|
|
"**/test/fixtures/**/*.output.*",
|
|
"**/test/fixtures/**/*.out.*",
|
|
|
|
"out",
|
|
".content-collections",
|
|
|
|
"examples/obsidian/content/docs/vault/**/*",
|
|
"examples/obsidian/obsidian/Obsidian Vault",
|
|
|
|
".content-collections/**/*",
|
|
|
|
"packages/mdx-remote/test/fixtures/**/*.js",
|
|
"packages/mdx-remote/test/fixtures/**/*.json",
|
|
"packages/local-md/test/fixtures/**/*.json",
|
|
"packages/core/test/fixtures/page-trees/**/*.json",
|
|
|
|
"routeTree.gen.ts",
|
|
],
|
|
}
|