Skip to content

Commit 198e9c5

Browse files
committed
chore: fix eslint.config.js ignores
1 parent dc0a0ef commit 198e9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import pluginNode from 'eslint-plugin-n'
66

77
const config = [
88
{
9-
ignores: ['lib'],
9+
ignores: ['lib/**'],
1010
languageOptions: {
1111
globals: {
1212
...globals.node

0 commit comments

Comments
 (0)