-
Notifications
You must be signed in to change notification settings - Fork 68
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
Need for an eslint line break rule. #10
Comments
I think any lead developer should know that. |
All documentation can be found in eslint website https://eslint.org/docs/ |
Thanks for the prompt messages.
But seriously i don't know where to start from here in the setup. I tried
yesterday even through today, I've yet not been able. Kindly help me out,
thanks.
…On Sat, Apr 11, 2020, 2:31 PM Madugba Emmanuel Chinonso < ***@***.***> wrote:
All documentation can be found in eslint website https://eslint.org/docs/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOYXAFCOHSZGQN3TGA3D74DRMBWMDANCNFSM4MFD5YXQ>
.
|
I do not get the underlying meaning of your statement. However this could be an omission considering it's an OS specific lint error; You wont get it when using a unix environment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Considering those who would be attempting this challenge using a non unix Operating Sytems,
i think
"linebreak-style": 0
should be added to the current.eslintrc
rules as it causes aExpected linebreaks to be 'LF' but found 'CRLF'
error and it is also being run in the checks.More details on this at https://stackoverflow.com/questions/37826449/expected-linebreaks-to-be-lf-but-found-crlf-linebreak-style
The text was updated successfully, but these errors were encountered: