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

only one newline at the end #1794

Merged
merged 1 commit into from
May 2, 2018
Merged

only one newline at the end #1794

merged 1 commit into from
May 2, 2018

Conversation

graingert
Copy link
Contributor

it seems 'no-multiple-empty-lines'.maxEOF is out by one

@graingert
Copy link
Contributor Author

Good:

export default 'foo';\n

Bad:

export default 'foo';\n\n

@ljharb
Copy link
Collaborator

ljharb commented Apr 30, 2018

This seems like an eslint issue then - has one been filed upstream?

@graingert
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants