vkadam / grunt-jsbeautifier

Beautify js, css, html and json files using Grunt and https://github.com/einars/js-beautify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make the config compatible with jshint

danielzzz opened this issue · comments

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

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