From 3435a8722fd7c06ea7b3e8a7ba91c722fd138375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 5 Oct 2024 12:43:17 +0200 Subject: [PATCH] chore: do not reject eslint updates anymore --- .ncurc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ncurc.json b/.ncurc.json index 1f5ab2a..dc8f7a9 100644 --- a/.ncurc.json +++ b/.ncurc.json @@ -1,4 +1,4 @@ { "dep": "prod,dev", - "reject": ["eslint"] + "reject": [] }