Skip to content

Commit 5c687c7

Browse files
committed
style(eslint): enable no-array-callback-reference
1 parent b251ae1 commit 5c687c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"unicorn/explicit-length-check": 0,
6060
"unicorn/filename-case": ["error", { "case": "kebabCase", "ignore": [".*\\.(yaml|yml)$", "RequestInProgress\\.js$"] }],
6161
"unicorn/new-for-builtins": 0,
62-
"unicorn/no-array-callback-reference": 0,
62+
"unicorn/no-array-callback-reference": 1,
6363
"unicorn/no-array-reduce": 1,
6464
"unicorn/no-await-expression-member": 0,
6565
"unicorn/no-empty-file": 1,

0 commit comments

Comments
 (0)