From 406e9211f19ba67db5c792bd0a993e96abdb81f6 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 31 Oct 2024 11:09:24 -0500 Subject: refactor: Update eslint configuration Signed-off-by: Matt Strapp --- turbo.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'turbo.json') diff --git a/turbo.json b/turbo.json index 75b7694..e97e08d 100644 --- a/turbo.json +++ b/turbo.json @@ -14,6 +14,11 @@ "dist/**" ] }, + "clean": { + "dependsOn": [ + "^clean" + ] + }, "format": { "dependsOn": [ "^format" -- cgit v1.2.3