mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix: downgrade cringe biome
This commit is contained in:
@@ -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": {
|
||||
"*": [
|
||||
|
||||
Reference in New Issue
Block a user