Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 74529b6

Browse files
Allow anonymous array as module's default export
1 parent 66b9589 commit 74529b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environments/shared/recommended.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ module.exports = {
635635
// declaration site and at its import sites.
636636
'import/no-anonymous-default-export': ['warn', {
637637
allowObject: true,
638+
allowArray: true,
638639
}],
639640

640641
// Forbid the use of extraneous packages

0 commit comments

Comments
 (0)