1
0
cvsa/turbo.json

15 lines
232 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"ui": "tui",
"tasks": {
"//#biome": {
"dependsOn": ["biome:check"]
},
"//#biome:check": {},
"//#biome:lint": {},
"//#lint": {
"dependsOn": ["biome:lint"]
}
}
}