Files
freeCodeCamp/turbo.json
2025-11-17 11:37:09 +01:00

10 lines
139 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"lint": {
"dependsOn": ["^lint"]
},
"//#lint": {}
}
}