fix deps, configure eslint, prettier, typescript

This commit is contained in:
Elijah Duffy
2025-06-30 20:08:35 -07:00
parent e04c5f3274
commit f571b51c44
8 changed files with 1285 additions and 5 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.pnp
.pnp.js
# testing
coverage
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*