Skip to content

Commit

Permalink
fix: disable unicorn/prefer-object-from-entries (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Aug 9, 2021
1 parent 89e60cb commit 3acbfd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ module.exports = {
'unicorn/no-array-reduce': 0,
'unicorn/no-array-for-each': 0,
'unicorn/prefer-module': 0,
'unicorn/prefer-object-from-entries': 0,
// Conflicts with no-unresolved and no-missing-import
'unicorn/prefer-node-protocol': 0,
// This rule gives too many false positives
Expand Down

0 comments on commit 3acbfd4

Please sign in to comment.