Skip to content

Commit 89e3f1c

Browse files
authored
infra(unicorn): no-array-callback-reference (#2722)
1 parent a536a9d commit 89e3f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = defineConfig({
3838
'prefer-exponentiation-operator': 'error',
3939
'prefer-template': 'error',
4040

41+
'unicorn/no-array-callback-reference': 'off', // reduces readability
4142
'unicorn/no-nested-ternary': 'off', // incompatible with prettier
4243
'unicorn/no-null': 'off', // incompatible with TypeScript
4344
'unicorn/no-zero-fractions': 'off', // deactivated to raise awareness of floating operations
@@ -49,7 +50,6 @@ module.exports = defineConfig({
4950
'unicorn/better-regex': 'off',
5051
'unicorn/consistent-function-scoping': 'off',
5152
'unicorn/import-style': 'off',
52-
'unicorn/no-array-callback-reference': 'off',
5353
'unicorn/no-await-expression-member': 'off',
5454
'unicorn/no-object-as-default-parameter': 'off',
5555
'unicorn/numeric-separators-style': 'off',

0 commit comments

Comments
 (0)