From ed729c65de08c94fc021a9a46820dbd6be0e3743 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 20 Jan 2022 12:21:39 +0100 Subject: [PATCH] Adapt eslint ignore comment to silent error Signed-off-by: Louis Chemineau --- apps/systemtags/src/systemtagsfilelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/systemtags/src/systemtagsfilelist.js b/apps/systemtags/src/systemtagsfilelist.js index e3991da1981..468bee25b40 100644 --- a/apps/systemtags/src/systemtagsfilelist.js +++ b/apps/systemtags/src/systemtagsfilelist.js @@ -137,7 +137,7 @@ }, }) } else { - // eslint-disable-next-line node/no-callback-literal + // eslint-disable-next-line n/no-callback-literal callback([]) } }, -- 2.39.5