Skip to content

Commit

Permalink
refactor: fix linting of wallaby.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 30, 2022
1 parent ca8c3ff commit 27429f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallaby.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = function () {
return {
files: [
{pattern: 'node_modules/socket.io-client/socket.io.js', instrument: false},
{pattern: 'node_modules/karma/static/karma.js', instrument: false},
{ pattern: 'node_modules/socket.io-client/socket.io.js', instrument: false },
{ pattern: 'node_modules/karma/static/karma.js', instrument: false },

'src/adapter.js',
'test/mocks.js'
Expand Down

0 comments on commit 27429f1

Please sign in to comment.