-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Can't build a CV on Windows (Expected linebreaks to be 'LF' but found 'CRLF') #323
Comments
I'm having the same issue. I'm using Node v11.3.0 on Windows 10. |
In "linebreak-style": [
"error",
"unix"
] to "linebreak-style": [
"error",
"windows"
] :) |
@kiramishima 's solution should work fine. |
Please feel free to create a PR :) |
@kiramishima 's solution worked for me but I feel like this should be included in the readme file for Windows users. |
can i work on this issue? |
Case
Bug
Issue
I am trying to get Best Resume Ever to work on Windows, ran it straight from the box without editing the YML, and am getting many such errors from eslint:
Info
Reproduce
Just git clone and run it under Windows
The text was updated successfully, but these errors were encountered: