Skip to content

Commit

Permalink
feat: Turn off no-empty-function rule for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjenkins5 committed Feb 28, 2019
1 parent 439036b commit 24d4800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ module.exports = {

'extends': './node.js',

'rules': {
'no-empty-function': 'off',
},
};

0 comments on commit 24d4800

Please sign in to comment.