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

Disable import/no-named-as-default rule #14

Open
noxan opened this issue Dec 4, 2017 · 0 comments
Open

Disable import/no-named-as-default rule #14

noxan opened this issue Dec 4, 2017 · 0 comments
Assignees

Comments

@noxan
Copy link
Contributor

noxan commented Dec 4, 2017

To allow named exports of pure components and using default export for connected components.

export class Component {
}

export default connect(...)(Component);
@noxan noxan self-assigned this Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant