Skip to content

Commit

Permalink
feat(base): Allow empty functions
Browse files Browse the repository at this point in the history
We only ever use empty functions when we need them so why forbid them
  • Loading branch information
Ray Schamp committed Oct 24, 2016
1 parent d150b77 commit 8f97688
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ module.exports = {
'no-alert': [2],
'no-div-regex': [2],
'no-else-return': [1],
'no-empty-function': [2, {
allow: ['arrowFunctions']
}],
'no-eq-null': [2],
'no-eval': [2],
'no-extend-native': [2],
Expand Down

0 comments on commit 8f97688

Please sign in to comment.