mirror of
https://github.com/vercel/chat.git
synced 2026-09-14 18:32:29 +08:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": [
|
|
"ultracite/biome/core",
|
|
"ultracite/biome/react",
|
|
"ultracite/biome/next"
|
|
],
|
|
"linter": {
|
|
"rules": {
|
|
"suspicious": {
|
|
"noEmptyBlockStatements": "off",
|
|
"useAwait": "off",
|
|
"noSkippedTests": "off"
|
|
},
|
|
"complexity": {
|
|
"noExcessiveCognitiveComplexity": "off"
|
|
},
|
|
"performance": {
|
|
"noBarrelFile": "off"
|
|
},
|
|
"style": {
|
|
"useNumericSeparators": "off"
|
|
},
|
|
"a11y": {
|
|
"noSvgWithoutTitle": "off"
|
|
}
|
|
}
|
|
},
|
|
"files": {
|
|
"includes": [
|
|
"**/*",
|
|
"!packages/create-chat-sdk/_template",
|
|
"!apps/docs/app/\\[lang\\]/docs",
|
|
"!apps/docs/app/\\[lang\\]/llms.mdx",
|
|
"!apps/docs/app/\\[lang\\]/llms.txt",
|
|
"!apps/docs/app/\\[lang\\]/og",
|
|
"!apps/docs/app/\\[lang\\]/rss.xml",
|
|
"!apps/docs/app/\\[lang\\]/layout.tsx",
|
|
"!apps/docs/app/\\[lang\\]/sitemap.md",
|
|
"!apps/docs/app/actions/feedback",
|
|
"!apps/docs/app/api",
|
|
"!apps/docs/app/styles/geistdocs.css",
|
|
"!apps/docs/app/robots.ts",
|
|
"!apps/docs/app/sitemap.ts",
|
|
"!apps/docs/components/ai-elements",
|
|
"!apps/docs/components/geistdocs",
|
|
"!apps/docs/components/ui",
|
|
"!apps/docs/hooks/geistdocs",
|
|
"!apps/docs/hooks/use-mobile.ts",
|
|
"!apps/docs/lib/geistdocs",
|
|
"!apps/docs/lib/utils.ts",
|
|
"!apps/docs/geistdocs.tsx",
|
|
"!apps/docs/next.config.ts",
|
|
"!apps/docs/postcss.config.mjs",
|
|
"!apps/docs/source.config.ts",
|
|
"!apps/docs/proxy.ts"
|
|
]
|
|
}
|
|
}
|