Skip to content

Commit e0312e2

Browse files
authored
Merge pull request #95 from netlify/chore/fix-unicorn-upgrade
2 parents 46c7967 + cfb5ee9 commit e0312e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ module.exports = {
267267
// Too strict
268268
'unicorn/no-null': 0,
269269
'unicorn/no-array-reduce': 0,
270+
'unicorn/no-array-for-each': 0,
270271
// This rule gives too many false positives
271272
'unicorn/prevent-abbreviations': 0,
272273
// Conflicts with Prettier sometimes

0 commit comments

Comments
 (0)