12 lines
252 B
JSON
12 lines
252 B
JSON
|
|
{
|
||
|
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
|
"editor.formatOnSave": true,
|
||
|
|
"editor.codeActionsOnSave": {
|
||
|
|
"quickfix.biome": "explicit",
|
||
|
|
"source.organizeImports.biome": "explicit"
|
||
|
|
},
|
||
|
|
"files.associations": {
|
||
|
|
"*.css": "postcss"
|
||
|
|
}
|
||
|
|
}
|