mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-26 00:57:23 +01:00
Task 2: Apply automated Biome linter fixes - No auto-fixes available (223 errors remain)
This commit is contained in:
parent
7dbfc542b3
commit
45afc24aef
11 changed files with 1065 additions and 404 deletions
|
|
@ -21,7 +21,8 @@
|
|||
"test:browser": "vitest --config=vitest.browser.config.ts",
|
||||
"test:e2e": "playwright test",
|
||||
"lint": "biome check --write",
|
||||
"format": "biome format --write"
|
||||
"format": "biome format --write",
|
||||
"catalog-errors": "tsx scripts/catalog-errors.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.13",
|
||||
|
|
@ -34,6 +35,7 @@
|
|||
"@vitest/browser-playwright": "^4.0.18",
|
||||
"fast-check": "^4.5.3",
|
||||
"playwright": "^1.57.0",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.3.1",
|
||||
"vitest": "^4.0.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue