From 625ade6676f305fe86daf5427ea5d722481382b9 Mon Sep 17 00:00:00 2001 From: bugsounet Date: Sun, 15 Dec 2024 14:41:21 +0100 Subject: [PATCH] eslint config fix --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index b942d93e..6a643cd4 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -115,7 +115,7 @@ const config = [ } }, { - "ignores": ["MMM-GoogleAssistant.js", "node_helper.js", "components/**/.js"] + "ignores": ["MMM-GoogleAssistant.js", "node_helper.js", "components/**/*.js"] }, { "ignores": ["EXTs/EXT-*/components/**/*.js", "EXTs/EXT-*/EXT-*.js", "EXTs/EXT-*/node_helper.js"]