We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dee94 commit fa160f2Copy full SHA for fa160f2
lib/configs/default.js
@@ -234,7 +234,7 @@ module.exports = {
234
},
235
],
236
// Reason: Reduce is gross and all, but there's a point to it
237
- "unicorn/no-reduce": "off",
+ "unicorn/no-array-reduce": "off",
238
// Reason: Creating own handler functions
239
"unicorn/no-fn-reference-in-iterator": "off",
240
// Reason: Consistency using PascalCase for components and kebab-case for everything else
0 commit comments