This commit is contained in:
Luiz Silva 2025-08-09 08:59:41 -03:00
parent e8abe4d284
commit d53450b686
4 changed files with 73 additions and 74 deletions

View file

@ -1,7 +1,5 @@
{
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
}, "editor.codeActionsOnSave": {
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "always",
"source.fixAll.biome": "always"
}