Skip to content

Commit a64f33c

Browse files
committed
Fix overrides
1 parent c0768a2 commit a64f33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ module.exports = {
157157
},
158158
overrides: [
159159
{
160-
files: ['**/tests.js', '**/tests/**/*.js'],
160+
files: ['**/tests.js', '**/tests/**/*.js', 'packages/**/tests.js', 'packages/**/tests/**/*.js'],
161161
rules: {
162162
'max-lines': 0,
163163
'node/no-unpublished-require': 0,

0 commit comments

Comments
 (0)