As the title states. Fails when re-exporting the default from another module. ```ts 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