Skip to content

Commit

Permalink
Ignore config files in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Jun 5, 2024
1 parent a9a3a08 commit 4f92fc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default [
'test/**/*',
'tests/**/*',
'mocks/**/*',
'docs/**/*'
'docs/**/*',
'*-config.js'
]
},
pluginJs.configs.recommended,
Expand Down

0 comments on commit 4f92fc7

Please sign in to comment.