mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
35 lines
958 B
JSON
35 lines
958 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"experimentalSortImports": {
|
|
"newlinesBetween": false,
|
|
},
|
|
"experimentalSortPackageJson": {
|
|
"sortScripts": true,
|
|
},
|
|
"ignorePatterns": [
|
|
".agents/skills/axiom-alerting/",
|
|
".agents/skills/axiom-sre/",
|
|
".agents/skills/building-dashboards/",
|
|
".agents/skills/controlling-costs/",
|
|
".agents/skills/convex/",
|
|
".agents/skills/convex-create-component/",
|
|
".agents/skills/convex-migration-helper/",
|
|
".agents/skills/convex-performance-audit/",
|
|
".agents/skills/convex-quickstart/",
|
|
".agents/skills/convex-setup-auth/",
|
|
".agents/skills/query-metrics/",
|
|
".agents/skills/sentry-fix-issues/",
|
|
".agents/skills/spl-to-apl/",
|
|
".agents/skills/writing-evals/",
|
|
".output/",
|
|
".tanstack/",
|
|
"convex/_generated/",
|
|
"coverage/",
|
|
"dist/",
|
|
"node_modules/",
|
|
"public/",
|
|
"src/routeTree.gen.ts",
|
|
"test-results/",
|
|
],
|
|
}
|