Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 9484f45

Browse files
committed
feat(base): enable unicorn/no-fn-reference-in-iterator rule
1 parent fef3d19 commit 9484f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = {
112112
'unicorn/new-for-builtins': 'error',
113113
'unicorn/no-abusive-eslint-disable': 'off', // disabled in favor of `eslint-comments/no-unlimited-disable`
114114
'unicorn/no-array-instanceof': 'error',
115-
'unicorn/no-fn-reference-in-iterator': 'off', // TODO: consider enabling?
115+
'unicorn/no-fn-reference-in-iterator': 'error',
116116
'unicorn/no-hex-escape': 'error',
117117
'unicorn/no-new-buffer': 'error',
118118
'unicorn/no-process-exit': 'error',

0 commit comments

Comments
 (0)