2024-08-23 03:29:50 -05:00
|
|
|
{
|
|
|
|
"[json]": {
|
2024-08-27 10:49:42 -05:00
|
|
|
"editor.defaultFormatter": "biomejs.biome"
|
2024-08-23 03:29:50 -05:00
|
|
|
},
|
|
|
|
"[javascript]": {
|
2024-08-27 10:49:42 -05:00
|
|
|
"editor.defaultFormatter": "biomejs.biome"
|
2024-08-23 03:29:50 -05:00
|
|
|
},
|
|
|
|
"[typescript]": {
|
2024-08-27 10:49:42 -05:00
|
|
|
"editor.defaultFormatter": "biomejs.biome"
|
2024-08-23 03:29:50 -05:00
|
|
|
},
|
|
|
|
"[javascriptreact]": {
|
2024-08-27 10:49:42 -05:00
|
|
|
"editor.defaultFormatter": "biomejs.biome"
|
2024-08-23 03:29:50 -05:00
|
|
|
},
|
|
|
|
"[typescriptreact]": {
|
2024-08-27 10:49:42 -05:00
|
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
|
|
},
|
|
|
|
"editor.codeActionsOnSave": {
|
2024-09-06 18:07:09 -05:00
|
|
|
"quickFix.biome": "explicit",
|
|
|
|
"source.fixAll.biome": "explicit"
|
|
|
|
}
|
2024-08-23 03:29:50 -05:00
|
|
|
}
|