mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
21 lines
476 B
JSON
21 lines
476 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"
|
|
}
|
|
}
|