Skip to content

Commit

Permalink
disable unicorn/no-array-reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Jul 4, 2022
1 parent c13018d commit 7e65acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
"simple-import-sort/exports": "error",

// Disable incompatible rules
"unicorn/no-array-reduce": "off",
"unicorn/prefer-module": "off", // Not all projects are module ready yet
"unicorn/prevent-abbreviations": "off", // Does not work well with React, revisit https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1639
"no-void": "off" // Enabled by "standard", does not play well with "promise" config
Expand Down

0 comments on commit 7e65acc

Please sign in to comment.