Open
Description
As the title states. Fails when re-exporting the default from another module.
export { default } from 'another-module';
This feels like it should pass, since this is not a named export. https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/es6.js#L67