Skip to content

Commit

Permalink
Discover Gruntfile.js and eslint.config.mjs recursively, remove "*", …
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and zepumph committed Oct 22, 2024
1 parent b15a99f commit 59b638d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint/root.eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ export default [
]
},
{
files: [ 'Gruntfile.js' ],
files: [
'**/Gruntfile.js',
'**/eslint.config.mjs'
],
languageOptions: nodeLanguageOptions
},
{
Expand Down

0 comments on commit 59b638d

Please sign in to comment.