initial commit

This commit is contained in:
2023-11-24 04:29:12 -06:00
parent e2e311038b
commit f4fe8f0493
12 changed files with 3678 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
}
}