config: Turborepo and Biome configuration

This commit is contained in:
tuananh31j
2025-07-21 19:42:25 +07:00
parent 11e2e1a49d
commit 18296402cb
4 changed files with 51 additions and 34 deletions
+9
View File
@@ -17,6 +17,15 @@
"dev": {
"persistent": true,
"cache": false
},
"lint": {
"dependsOn": ["^lint"]
},
"lint:fix": {
"dependsOn": ["^lint:fix"]
},
"format": {
"dependsOn": ["^format"]
}
}
}