Add ESLint and Prettier configuration files, update .gitignore and .npmignore, and enhance CI/CD workflows with testing and release automation

This commit is contained in:
Luke Hagar
2025-09-26 05:16:13 +00:00
parent 8ffbcc25fa
commit 36e21f157e
38 changed files with 4547 additions and 1420 deletions

12
.prettierignore Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
dist/
coverage/
*.log
.DS_Store
.vscode/
.idea/
*.min.js
*.min.css
bun.lock
package-lock.json
yarn.lock