mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": ["ultracite/core", "ultracite/react", "ultracite/next"],
|
|
"files": {
|
|
"includes": ["**/*", "!packages/shadcn-ui"]
|
|
},
|
|
"linter": {
|
|
"rules": {
|
|
"performance": {
|
|
"noImgElement": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|