Skip to content

Commit

Permalink
chore: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 29, 2021
1 parent c96bc79 commit 802f69c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ module.exports = {
},
},
{
files: ['test/client/**/*.js'],
files: [
'test/client/**/*.js',
'test/e2e/**/*.js',
'test/fixtures/**/*.js',
'test/server/liveReload-option.test.js',
],
env: {
browser: true,
node: true,
Expand Down

0 comments on commit 802f69c

Please sign in to comment.