Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefer-default-export doesn't count 'export function foo() {}' #358

Closed
scottnonnenberg opened this issue May 29, 2016 · 0 comments · Fixed by #359
Closed

prefer-default-export doesn't count 'export function foo() {}' #358

scottnonnenberg opened this issue May 29, 2016 · 0 comments · Fixed by #359

Comments

@scottnonnenberg
Copy link
Contributor

This code fires the prefer-default-export rule in the recently-released v1.8.1:

export const foo = 'foo';
export function bar() {};
scottnonnenberg added a commit to scottnonnenberg/eslint-config-thehelp that referenced this issue Jun 9, 2016
One bug was fixed, another was introduced. Will wait until this is fixed: import-js/eslint-plugin-import#358
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant