mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
20 lines
708 B
JSON
20 lines
708 B
JSON
{
|
|
"printWidth": 80,
|
|
"proseWrap": "preserve",
|
|
"ignorePatterns": [
|
|
"docs/**",
|
|
"showcase/shell/src/content/**",
|
|
"showcase/shell-docs/src/content/**",
|
|
"packages/runtime/src/v1-deprecated/lib/runtime/mcp-tools-utils.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",
|
|
"scripts/release/public-api/manifest.v1.json",
|
|
"showcase/aimock/shared/**",
|
|
"showcase/aimock/d4/**",
|
|
"showcase/aimock/d6/**",
|
|
"**/package.json",
|
|
"showcase/scripts/__tests__/fixtures/imagetools/**"
|
|
]
|
|
}
|