Skip to content

Commit 0c78113

Browse files
authoredFeb 24, 2020
Improve import/no-unassigned-import settings (#430)
1 parent 2297c07 commit 0c78113

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎config/plugins.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ module.exports = {
149149
{
150150
allow: [
151151
'@babel/polyfill',
152-
'@babel/register'
152+
'**/register',
153+
'**/register/**'
153154
]
154155
}
155156
],

0 commit comments

Comments
 (0)
Please sign in to comment.