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 committed May 12, 2020
1 parent cea2a4f commit ff22f4b
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 ff22f4b

Please sign in to comment.