Files
2026-07-13 12:58:18 +08:00

19 lines
638 B
JSON

{
"printWidth": 80,
"proseWrap": "preserve",
"ignorePatterns": [
"docs/**",
"showcase/shell/src/content/**",
"showcase/shell-docs/src/content/**",
"packages/runtime/src/lib/runtime/mcp-tools-utils.ts",
".github/actions/changesets-action/src/run.ts",
"examples/v1/_legacy/copilot-anthropic-pinecone/src/app/api/copilotkit/route.ts",
"examples/v1/_legacy/copilot-openai-mongodb-atlas-vector-search/src/app/api/copilotkit/route.ts",
"packages/web-inspector/src/styles/generated.css",
"showcase/aimock/shared/**",
"showcase/aimock/d4/**",
"showcase/aimock/d6/**",
"**/package.json"
]
}