mirror of
https://github.com/vercel/components.build.git
synced 2026-09-14 20:06:39 +08:00
13 lines
282 B
JSON
13 lines
282 B
JSON
{
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": ["ultracite/core", "ultracite/react", "ultracite/next"],
|
|
"files": {
|
|
"includes": [
|
|
"**/*",
|
|
"!components/ui/**/*",
|
|
"!lib/utils.ts",
|
|
"!hooks/use-mobile.ts"
|
|
]
|
|
}
|
|
}
|