Skip to content

Commit

Permalink
Improve import/no-unassigned-import settings (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Feb 24, 2020
1 parent 2297c07 commit 0c78113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ module.exports = {
{
allow: [
'@babel/polyfill',
'@babel/register'
'**/register',
'**/register/**'
]
}
],
Expand Down

0 comments on commit 0c78113

Please sign in to comment.