Skip to content

Commit

Permalink
Fix lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 25, 2024
1 parent 2632e9c commit e2d0c23
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 @@ -9,7 +9,7 @@ export default [
},
{
files: [
'files/app/**/*.js',
'files/*/app/**/*.js',
'files-override/*/app/**/*.js',
'files-override/*/tests/**/*.js',
],
Expand Down

0 comments on commit e2d0c23

Please sign in to comment.