Skip to content

Commit

Permalink
chore: fix eslint.config.js ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Dec 29, 2024
1 parent 181c7e6 commit da328f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import pluginNode from 'eslint-plugin-n'

const config = [
{
ignores: ['lib'],
ignores: ['lib/**'],
languageOptions: {
globals: {
...globals.node
Expand Down

0 comments on commit da328f0

Please sign in to comment.