diff --git a/.eslintrc.js b/.eslintrc.js index 392fa74a..0dfef22f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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