mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-07-29 19:55:21 -04:00
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"sortImports": {},
|
|
"sortPackageJson": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*.json", "**/*.jsonc"],
|
|
"options": {
|
|
"trailingComma": "none"
|
|
}
|
|
}
|
|
],
|
|
"ignorePatterns": ["node_modules", "dist", "dist-platforms", "src/generated"]
|
|
}
|