feat: tooling and scaffolding

This commit is contained in:
2025-07-19 13:48:51 -07:00
parent 46873b4598
commit b663eee130
7 changed files with 4159 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"],
}