From 8d1d5ca1cab59ead9085bf00f4ee5214bf10bfe8 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 31 Oct 2024 10:36:25 -0500 Subject: js: Migrate to ESLint 9 Signed-off-by: Matt Strapp --- turbo.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'turbo.json') diff --git a/turbo.json b/turbo.json index 77a4042..75b7694 100644 --- a/turbo.json +++ b/turbo.json @@ -14,6 +14,11 @@ "dist/**" ] }, + "format": { + "dependsOn": [ + "^format" + ] + }, "lint": { "dependsOn": [ "^lint" @@ -25,4 +30,4 @@ }, "test": {} } -} \ No newline at end of file +} -- cgit v1.2.3