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 28, 2024
1 parent dc0a0ef commit 198e9c5
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 198e9c5

Please sign in to comment.