mirror of
https://github.com/CompeyDev/blog.devcomp.xyz.git
synced 2024-12-12 12:50:41 +00:00
23 lines
571 B
JSON
23 lines
571 B
JSON
|
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
"[javascript]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"[javascriptreact]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"[typescript]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"[typescriptreact]": {
|
||
|
"editor.defaultFormatter": "biomejs.biome"
|
||
|
},
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll": "explicit",
|
||
|
"quickfix.biome": "always",
|
||
|
"source.organizeImports.biome": "always"
|
||
|
},
|
||
|
"frontMatter.dashboard.openOnStart": false
|
||
|
}
|