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.
unicorn/no-array-for-each
1 parent 46c7967 commit cfb5ee9Copy full SHA for cfb5ee9
.eslintrc.js
@@ -267,6 +267,7 @@ module.exports = {
267
// Too strict
268
'unicorn/no-null': 0,
269
'unicorn/no-array-reduce': 0,
270
+ 'unicorn/no-array-for-each': 0,
271
// This rule gives too many false positives
272
'unicorn/prevent-abbreviations': 0,
273
// Conflicts with Prettier sometimes
0 commit comments