chore: add biome for linting/formatting

This commit is contained in:
Marc Emmanuel 2026-01-25 23:05:37 +01:00
parent 6797baf7fe
commit 39ab98a95c
29 changed files with 1929 additions and 754 deletions

View file

@ -19,9 +19,12 @@
"preview": "vite preview",
"test": "vitest",
"test:browser": "vitest --config=vitest.browser.config.ts",
"test:e2e": "playwright test"
"test:e2e": "playwright test",
"lint": "biome check --write",
"format": "biome format --write"
},
"devDependencies": {
"@biomejs/biome": "2.3.12",
"@playwright/test": "^1.57.0",
"@types/d3": "^7.4.3",
"@types/delaunator": "^5.0.3",