chore: set up pre-commit hooks and fix linting (Task #181)

This commit is contained in:
2026-01-13 23:27:33 +01:00
parent ed62ac0641
commit 2553d087a0
17 changed files with 1971 additions and 164 deletions

View File

@@ -7,7 +7,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js, .vue --fix"
"lint": "eslint . --ext .js,.vue --fix"
},
"dependencies": {
"@solana/web3.js": "^1.98.4",