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.
2 parents 46c7967 + cfb5ee9 commit e0312e2Copy full SHA for e0312e2
.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