jshint/fixmyjs

Removes commented code

Opened this issue · 2 comments

When fixymyjs is run on the following script, github.com/jackrabbitsgroup/generator-mean-seed/app/index.js, the commented code between lines 122 and 126 are removed. The expected behavior is that it might remove empty lines as in issue #88, but not comments.

Platform: Archlinux
nodejs v.0.10.26
fixmyjs v.0.13.1
jshint v.2.4.4

+1 for keeping comments. What's the rationale for removing them anyway?

none? It's supposed to leave them in. I'll look into this