Skip to content

Commit da328f0

Browse files
committed
chore: fix eslint.config.js ignores
1 parent 181c7e6 commit da328f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: eslint.config.js

+1-1
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)