refactor: (slightly) decentralize type checking (#64163)

This commit is contained in:
Oliver Eyton-Williams
2025-12-01 12:43:53 +01:00
committed by GitHub
parent 176bba6c15
commit 37ce134123
46 changed files with 214 additions and 226 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"lint": {},
"lint": {
"dependsOn": ["@freecodecamp/shared#compile"]
},
"@freecodecamp/client#lint": {
"dependsOn": [
"@freecodecamp/curriculum#compile",