feat: get it wrapped up

This commit is contained in:
2025-09-27 16:53:02 -07:00
parent 359b22b979
commit ba91c981e1
8 changed files with 250 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
}