Further refactoring

This commit is contained in:
Peter Stockings
2026-01-07 09:19:38 +11:00
parent f9b1abee6e
commit fcd31cce68
11 changed files with 910 additions and 220 deletions

View File

@@ -10,10 +10,16 @@
"test": "vitest",
"test:coverage": "vitest run --coverage",
"check": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"verify": "bun run check && bun run test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.52.0",
"@typescript-eslint/parser": "^8.52.0",
"@vitest/coverage-v8": "^4.0.16",
"eslint": "^9.39.2",
"globals": "^17.0.0",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vitest": "^4.0.16"