chore(vscode): atualizar configurações do editor
This commit is contained in:
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@@ -13,8 +13,19 @@
|
|||||||
".next": true
|
".next": true
|
||||||
},
|
},
|
||||||
"explorerExclude.backup": {},
|
"explorerExclude.backup": {},
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "biomejs.biome",
|
||||||
"[typescript]": {
|
"editor.formatOnSave": true,
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.organizeImports": "never",
|
||||||
|
"source.organizeImports.biome": "always",
|
||||||
|
"source.fixAll": "never",
|
||||||
|
"source.fixAll.biome": "always",
|
||||||
|
"source.fixAll.eslint": "never"
|
||||||
|
},
|
||||||
|
"[json]": {
|
||||||
"editor.defaultFormatter": "biomejs.biome"
|
"editor.defaultFormatter": "biomejs.biome"
|
||||||
}
|
},
|
||||||
|
"eslint.enable": false,
|
||||||
|
"prettier.enable": false,
|
||||||
|
"typescript.preferences.organizeImportsCollation": "ordinal"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user