jshint / fixmyjs

Automatically fix silly lint errors.
http://fixmyjs.com
Other
971 stars 78 forks source link

Camelcase not working and help is not proper #148

Open svermaji opened 7 years ago

svermaji commented 7 years ago

Hi,

Help should be given how to use options, let say camelcase.

I tried fixmyjs --camelcase=true file.js fixmyjs --camelcase file.js fixmyjs -camelcase=true file.js

I am expecting if there is any variable which does not follow camel case rule should be converted. So help and example lacks its explanation

-sv