Skip to content

Commit

Permalink
Code quality: Enable import/no-unresolved ESLint rule for Gutenberg (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored May 13, 2020
1 parent c3c566f commit 731378d
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 @@ -131,6 +131,7 @@ module.exports = {
],
rules: {
'import/no-extraneous-dependencies': 'error',
'import/no-unresolved': 'error',
},
},
{
Expand Down

0 comments on commit 731378d

Please sign in to comment.