Skip to content

Commit 8f97688

Browse files
author
Ray Schamp
committed
feat(base): Allow empty functions
We only ever use empty functions when we need them so why forbid them
1 parent d150b77 commit 8f97688

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ module.exports = {
1919
'no-alert': [2],
2020
'no-div-regex': [2],
2121
'no-else-return': [1],
22-
'no-empty-function': [2, {
23-
allow: ['arrowFunctions']
24-
}],
2522
'no-eq-null': [2],
2623
'no-eval': [2],
2724
'no-extend-native': [2],

0 commit comments

Comments
 (0)