fix: downgrade cringe biome

This commit is contained in:
Aman Varshney
2025-07-16 17:18:03 +05:30
parent f436c22af2
commit 6a43a4f161
6 changed files with 184 additions and 197 deletions

View File

@@ -12,15 +12,15 @@
"check": "turbo check",
"format": "biome check --write .",
"publish-packages": "turbo run build --filter=create-better-t-stack && changeset publish",
"deploy:web": "bun run --filter=web deploy"
"deploy:web": "turbo run --filter=web deploy"
},
"devDependencies": {
"@biomejs/biome": "^2.0.2",
"@biomejs/biome": "2.0.0",
"@changesets/cli": "^2.29.5",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"lint-staged": "^16.1.2",
"turbo": "^2.5.4",
"typescript": "5.7.3"
"typescript": "5.8.3"
},
"lint-staged": {
"*": [