We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9603ae commit 3192bd1Copy full SHA for 3192bd1
1 file changed
index.js
@@ -13,14 +13,14 @@ const config = {
13
],
14
ignorePatterns: [
15
'!.eslintrc.js',
16
- 'node_modules/',
17
- 'coverage/',
18
- 'bundle/',
19
- 'public/',
20
- 'vendor/',
21
- 'dist/',
22
- 'lib/',
23
- 'out/'
+ 'node_modules/*',
+ 'coverage/*',
+ 'bundle/*',
+ 'public/*',
+ 'vendor/*',
+ 'dist/*',
+ 'lib/*',
+ 'out/*'
24
25
rules: {
26
'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
0 commit comments