-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
npm test aborts due to lint style errors #38
Comments
Just checked, it's the CRLF style line endings that seem to be the issue. I would suggest that based on this, having lint enforce this rule is heavy-handed unless something goes into the project telling git to not convert line endings. |
I'm open to a |
Now you've done it, got me interested enough to clone, build, and test. 👍
Running the command
npm test
gives me 7 minor issues, and exits with failure. They are all basically like this:I don't know your lint style, is it objecting to the semicolon, or something about the line break?
I'm on a Windows 10 machine if it matters, running node v6.10.3 and npm v5.0.3.
The text was updated successfully, but these errors were encountered: