jshint / fixmyjs

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

No way to optionally ignore empty lines ("noempty") #114

Closed rebelliard closed 10 years ago

rebelliard commented 10 years ago

"noempty" should be evaluated.

Removing lines between code makes it very hard for other developers to read. I think it would be useful to include jshint's "noempty" variable.

goatslacker commented 10 years ago

noempty is something unrelated to the line removal #105

I don't think we'd be able to support that rule. This seems like something escodegen takes care of for you regardless.