mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
22 lines
471 B
JSON
22 lines
471 B
JSON
|
{
|
||
|
"[json]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"[javascript]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"[typescript]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"[javascriptreact]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"[typescriptreact]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"quickFix.biome": "explicit",
|
||
|
"source.fixAll.biome": "explicit"
|
||
|
}
|
||
|
}
|