Skip to content

Commit 70e36c7

Browse files
committed
fix(esnext): allow destructuring in imports
1 parent 5d68c60 commit 70e36c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/esnext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ config.rules['no-new-symbol'] = 2
4848
config.rules['no-restricted-imports'] = 0
4949
config.rules['no-this-before-super'] = 2
5050
config.rules['no-useless-constructor'] = 2
51-
config.rules['no-useless-rename'] = 2
51+
config.rules['no-useless-rename'] = 0
5252
config.rules['no-var'] = 2
5353
config.rules['object-shorthand'] = 2
5454
config.rules['prefer-arrow-callback'] = 2

0 commit comments

Comments
 (0)