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

14
.prettierignore Normal file
View File

@@ -0,0 +1,14 @@
.DS_Store
node_modules
/build
/package
.env
.env.*
!.env.example
vite.config.js*
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
pnpm-workspace.yaml
package-lock.json
yarn.lock