feat: set up analytics
Node.js CI / Lint and Test (push) Successful in 42s

This commit is contained in:
2025-10-07 17:51:48 -07:00
parent c72cbcbf1d
commit 71f11bfe37
5 changed files with 71 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"]
}