From: Louis Chemineau Date: Thu, 20 Jan 2022 11:21:39 +0000 (+0100) Subject: Adapt eslint ignore comment to silent error X-Git-Tag: v24.0.0beta1~345^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed729c65de08c94fc021a9a46820dbd6be0e3743;p=nextcloud-server.git Adapt eslint ignore comment to silent error Signed-off-by: Louis Chemineau --- 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([]) } },