mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
21 lines
379 B
JSON
21 lines
379 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"experimentalSortImports": {
|
|
"newlinesBetween": false,
|
|
},
|
|
"experimentalSortPackageJson": {
|
|
"sortScripts": true,
|
|
},
|
|
"ignorePatterns": [
|
|
"apps/",
|
|
"assets/",
|
|
"dist/",
|
|
"docs/_layouts/",
|
|
"node_modules/",
|
|
"patches/",
|
|
"pnpm-lock.yaml/",
|
|
"Swabble/",
|
|
"vendor/",
|
|
],
|
|
}
|