18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|
"root": true,
|
|
"extends": [
|
|
"ultracite/biome/core",
|
|
"ultracite/biome/react",
|
|
"ultracite/biome/next"
|
|
],
|
|
"files": {
|
|
"includes": ["**", "!node_modules", "!.next", "!dist", "!build"]
|
|
},
|
|
"css": {
|
|
"parser": {
|
|
"tailwindDirectives": true
|
|
}
|
|
}
|
|
}
|