Skip to content

Commit

Permalink
fix: disabled missingExports by default
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Apr 29, 2020
1 parent 38826cc commit 7bce47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/js/eslint-react.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
'error',
{
unusedExports: true,
missingExports: true,
missingExports: false,
},
],
},
Expand Down

0 comments on commit 7bce47d

Please sign in to comment.