mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"tasks": {
|
|
"lint": {
|
|
"dependsOn": ["^lint"]
|
|
},
|
|
"//#lint": {}
|
|
}
|
|
}
|