Biome setup
Some checks failed
Lint / lint (push) Failing after 12s

This commit is contained in:
Julien Valverdé
2025-09-20 03:39:12 +02:00
parent 99a3fadc3a
commit 894c2bd3ec
9 changed files with 80 additions and 48 deletions

View File

@@ -5,12 +5,14 @@
"workspaces": ["./packages/*"],
"scripts": {
"lint:tsc": "turbo lint:tsc",
"lint:biome": "turbo lint:biome",
"build": "turbo build",
"clean:cache": "rm -rf .turbo",
"clean:dist": "turbo clean:dist && rm -rf dist",
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@effect/language-service": "^0.40.0",
"@types/bun": "latest",
"npm-check-updates": "^18.1.1",