15 lines
232 B
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"]
|
|
}
|
|
}
|
|
}
|