enabled Biome CSS formatter and linter, applied
This commit is contained in:
parent
a417b18c94
commit
77ab369187
7 changed files with 42 additions and 33 deletions
12
biome.json
12
biome.json
|
@ -42,6 +42,18 @@
|
|||
"attributePosition": "multiline"
|
||||
}
|
||||
},
|
||||
"css": {
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"indentStyle": "space"
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true
|
||||
},
|
||||
"parser": {
|
||||
"cssModules": true
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"include": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue