Skip to content

Commit fa160f2

Browse files
Fix: Update unicorn/no-reduce override
1 parent 71dee94 commit fa160f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/configs/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ module.exports = {
234234
},
235235
],
236236
// Reason: Reduce is gross and all, but there's a point to it
237-
"unicorn/no-reduce": "off",
237+
"unicorn/no-array-reduce": "off",
238238
// Reason: Creating own handler functions
239239
"unicorn/no-fn-reference-in-iterator": "off",
240240
// Reason: Consistency using PascalCase for components and kebab-case for everything else

0 commit comments

Comments
 (0)