10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": "//",
|
|
"css": {
|
|
"parser": {
|
|
"tailwindDirectives": true
|
|
}
|
|
}
|
|
}
|