aboutsummaryrefslogtreecommitdiffstats
path: root/turbo.json
diff options
context:
space:
mode:
authorxuatz <xzlow10@gmail.com>2025-06-22 20:29:30 +0900
committerGitHub <noreply@github.com>2025-06-22 12:29:30 +0100
commitd5e2973dce617f451e4eb07491b3a6874ea6ca47 (patch)
tree9e134ac8c0b263cec755068082ca61c9646efd21 /turbo.json
parent91a9d3c1aee04d77b2a2d022821f4a7a38e315f3 (diff)
downloadkarakeep-d5e2973dce617f451e4eb07491b3a6874ea6ca47.tar.zst
chore: migrate away from eslint to oxlint (#1642)
* chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/turbo.json b/turbo.json
index 3422151b..bbd50fe8 100644
--- a/turbo.json
+++ b/turbo.json
@@ -35,9 +35,6 @@
"lint": {
"dependsOn": [
"^topo"
- ],
- "outputs": [
- "node_modules/.cache/.eslintcache"
]
},
"typecheck": {