Skip to content

Commit 3acbfd4

Browse files
authored
fix: disable unicorn/prefer-object-from-entries (#275)
1 parent 89e60cb commit 3acbfd4

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
@@ -222,6 +222,7 @@ module.exports = {
222222
'unicorn/no-array-reduce': 0,
223223
'unicorn/no-array-for-each': 0,
224224
'unicorn/prefer-module': 0,
225+
'unicorn/prefer-object-from-entries': 0,
225226
// Conflicts with no-unresolved and no-missing-import
226227
'unicorn/prefer-node-protocol': 0,
227228
// This rule gives too many false positives

0 commit comments

Comments
 (0)