Skip to content

Commit

Permalink
build: 📦️ disable unicorn/import-reduce rule
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 11, 2021
1 parent 581714b commit 392a5ae
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 @@ -46,6 +46,7 @@ module.exports = {
"prettier/prettier": "warn",
"unicorn/prevent-abbreviations": "off",
"unicorn/explicit-length-check": "off",
"unicorn/no-array-reduce": "off",
"unicorn/import-style": "off",
"unicorn/no-reduce": "off",
"unicorn/consistent-function-scoping": "off",
Expand Down

0 comments on commit 392a5ae

Please sign in to comment.