Skip to content
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

make the config compatible with jshint #17

Closed
danielzzz opened this issue Jul 20, 2013 · 1 comment
Closed

make the config compatible with jshint #17

danielzzz opened this issue Jul 20, 2013 · 1 comment

Comments

@danielzzz
Copy link

hi,

jshint expects identifiers to be in camelCase, but this tasks use underscores (for example: jslint_happy instead of jslintHappy.
this makes jshint fail when checking the Gruntfile.js with jsbeautifier options in it.

thanks!
dan

@vkadam
Copy link
Owner

vkadam commented Aug 18, 2013

Now configuration can be specified either camelCase or with underscores. See this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants