feat: add ultracite (#452)

* Init ultracite

* Update scripts and biome.jsonc

* Update biome.jsonc

* Update biome.jsonc

* Update biome.jsonc

* Run format
This commit is contained in:
Hayden Bleasel
2025-07-25 00:41:34 +03:00
committed by GitHub
parent 7b840e9b4e
commit 5931ddb77a
113 changed files with 8033 additions and 7070 deletions
+5 -4
View File
@@ -2,9 +2,11 @@
"name": "opencut",
"packageManager": "bun@1.2.18",
"devDependencies": {
"@biomejs/biome": "2.1.2",
"husky": "^9.1.7",
"turbo": "^2.5.4",
"typescript": "5.8.3",
"@biomejs/biome": "^2.1.2"
"ultracite": "5.0.48"
},
"workspaces": [
"apps/*",
@@ -14,9 +16,8 @@
"dev": "turbo run dev",
"build": "turbo run build",
"check-types": "turbo run check-types",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "turbo run format"
"lint": "npx ultracite@latest lint",
"format": "npx ultracite@latest format"
},
"dependencies": {
"next": "^15.3.4",