Skip to content

Commit

Permalink
eslint config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Dec 15, 2024
1 parent 8ae4310 commit 625ade6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 625ade6

Please sign in to comment.