mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
2ebd8868d6
* Add tests for large code block * Code block optimizations * Update biome.jsonc * Update good-wolves-greet.md --------- Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": ["ultracite/core", "ultracite/react", "ultracite/next"],
|
|
"files": {
|
|
"includes": [
|
|
"!**/components/ui",
|
|
"!**/components/ai-elements",
|
|
"!**/components/geistdocs",
|
|
"!**/lib/utils.ts",
|
|
"!**/hooks/use-mobile.ts",
|
|
"!**/__tests__/__fixtures__"
|
|
]
|
|
}
|
|
}
|