We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code in ExportMap explicitly requires the line ending to be \n, but it's not always true. On Windows, we have default line ending \r\n. https://github.com/benmosher/eslint-plugin-import/blob/798eed7e559adab2eac07bf1b3e3518d4b7a4296/src/ExportMap.js#L233
ExportMap
\n
\r\n
I can send fix for this.
The text was updated successfully, but these errors were encountered:
Thanks, that'd be great.
Sorry, something went wrong.
[ExportMap] fix condition for checking if block comment
e4850df
Fixes import-js#1233.
Successfully merging a pull request may close this issue.
The code in
ExportMap
explicitly requires the line ending to be\n
, but it's not always true. On Windows, we have default line ending\r\n
.https://github.com/benmosher/eslint-plugin-import/blob/798eed7e559adab2eac07bf1b3e3518d4b7a4296/src/ExportMap.js#L233
I can send fix for this.
The text was updated successfully, but these errors were encountered: