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 --- deno.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'deno.json') diff --git a/deno.json b/deno.json index dd406b5..3c716ea 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,15 @@ { "workspace": [ "./src/packages/locusts" - ] -} \ No newline at end of file + ], + "lint": { + "exclude": [ + "*" + ] + }, + "fmt": { + "exclude": [ + "*" + ] + } +} -- cgit v1.2.3