chore(#2): Standardize eslint, prettier, and vscode lint settings

This commit is contained in:
Josh Creek
2026-02-22 12:58:06 +00:00
parent 97c3b82d76
commit defa4d4c20
3 changed files with 73 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"eslint.useFlatConfig": true,
"eslint.validate": ["javascript", "typescript", "svelte"]
}