mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
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:
+5
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user