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.
unicorn/prefer-object-from-entries
1 parent 89e60cb commit 3acbfd4Copy full SHA for 3acbfd4
.eslintrc.js
@@ -222,6 +222,7 @@ module.exports = {
222
'unicorn/no-array-reduce': 0,
223
'unicorn/no-array-for-each': 0,
224
'unicorn/prefer-module': 0,
225
+ 'unicorn/prefer-object-from-entries': 0,
226
// Conflicts with no-unresolved and no-missing-import
227
'unicorn/prefer-node-protocol': 0,
228
// This rule gives too many false positives
0 commit comments