mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
config: Turborepo and Biome configuration
This commit is contained in:
@@ -17,6 +17,15 @@
|
||||
"dev": {
|
||||
"persistent": true,
|
||||
"cache": false
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": ["^lint"]
|
||||
},
|
||||
"lint:fix": {
|
||||
"dependsOn": ["^lint:fix"]
|
||||
},
|
||||
"format": {
|
||||
"dependsOn": ["^format"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user