mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-20 21:02:10 +08:00
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"sortImports": {
|
|
"newlinesBetween": false,
|
|
},
|
|
"sortPackageJson": {
|
|
"sortScripts": true,
|
|
},
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"ignorePatterns": [
|
|
"apps/",
|
|
"assets/",
|
|
"CLAUDE.md",
|
|
"docker-compose.yml",
|
|
"dist/",
|
|
"docs/_layouts/",
|
|
"node_modules/",
|
|
"patches/",
|
|
"pnpm-lock.yaml/",
|
|
"src/gateway/server-methods/CLAUDE.md",
|
|
"src/auto-reply/reply/export-html/",
|
|
"src/canvas-host/a2ui/a2ui.bundle.js",
|
|
"Swabble/",
|
|
"vendor/",
|
|
],
|
|
}
|