`import/prefer-default-export` erroneously warns on files that contain a single exported type. eg: ``` // foo.ts export type Foo = { // `prefer-default-export` fails on this line bar: string; }; ``` Related issue: https://github.com/benmosher/eslint-plugin-import/issues/1164