We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0a0ef commit 198e9c5Copy full SHA for 198e9c5
eslint.config.js
@@ -6,7 +6,7 @@ import pluginNode from 'eslint-plugin-n'
6
7
const config = [
8
{
9
- ignores: ['lib'],
+ ignores: ['lib/**'],
10
languageOptions: {
11
globals: {
12
...globals.node
0 commit comments