Skip to content

Commit

Permalink
Update unicorn/prefer-export-from
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 29, 2021
1 parent 59b9506 commit e98bb12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ const config = {

// Customize some rules
quotes: ["error", "double", { avoidEscape: true }], // Matches Prettier, but also replaces backticks
"unicorn/prefer-export-from": [
"error",
{
ignoreUsedVariables: true,
},
],
"unicorn/prevent-abbreviations": [
"error",
{
Expand Down

0 comments on commit e98bb12

Please sign in to comment.