Improve lint anf fmt cmds

This commit is contained in:
EthanShoeDev
2025-09-09 21:21:12 -04:00
parent f7d1d3b0f4
commit 638cfc49cb
15 changed files with 5266 additions and 1992 deletions

View File

@@ -1,7 +1,9 @@
{
"editor.codeActionsOnSave": {
"source.organizeImports": "never",
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
"source.sortMembers": "explicit"
}
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}