Skip to content

Commit c257cf3

Browse files
chore: fix eslint config
1 parent 24342f9 commit c257cf3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.eslintrc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ module.exports = {
3434
},
3535
},
3636
{
37-
files: ['test/client/**/*.js'],
37+
files: [
38+
'test/client/**/*.js',
39+
'test/e2e/**/*.js',
40+
'test/fixtures/**/*.js',
41+
'test/server/liveReload-option.test.js',
42+
],
3843
env: {
3944
browser: true,
4045
node: true,

0 commit comments

Comments
 (0)