refactor(tooling): add turbo eslint plugin (#65734)

This commit is contained in:
Oliver Eyton-Williams
2026-02-06 13:03:05 +01:00
committed by GitHub
parent f054de20fd
commit ae50644091
18 changed files with 97 additions and 24 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"$schema": "https://v2-8-1.turborepo.dev/schema.json",
"globalPassThroughEnv": ["MONGOHQ_URL"],
"tasks": {
"build": { "dependsOn": ["setup"], "outputs": ["dist/**"] },
"develop": { "dependsOn": ["setup"], "cache": false, "persistent": true },