-
-
Notifications
You must be signed in to change notification settings - Fork 929
Linters, anyone? #706
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
Comments
+1. Actually +10! Automatic JSHint and JSCS checking helps clean up code and simplifies contributions. And please add CodeClimate to that. I do not think suggestions by these tools should be followed religiously. But having some agreed conventions for a widely used library is way better than having none. Is help needed to set these up? |
And another complete WTF: a ternary using logical operators instead of a ternary operator. I'm at a loss for words on this one... |
+1 |
@lhorie said in the gitter room that he was planning on hooking up his rewrite (which will feature multiple breaking API changes) with JSHint. |
+1 for linting! |
I think it would be fantastic if Mithril was actually covered by a linter. I have no religious objection to any linter, as long as it parses JavaScript, but things like #662 are easily preventable with a linter.
Other things I've noticed:
The text was updated successfully, but these errors were encountered: