standard / semistandard

:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.
MIT License
1.41k stars 123 forks source link

Removes semicolons on commented lines? #152

Closed jsejcksn closed 8 years ago

jsejcksn commented 8 years ago

I'm the standard-formatter for Atom (Atom/GitHub) in semi-standard mode, and it is removing semicolons in my commented lines when I actiavte the plugin. I voiced my concern in an issue in that repo, and was redirected here, so will you take a look at what I'm describing?

Flet commented 8 years ago

Hi @jsejcksn,

The formatter included is based off https://github.com/ricardofbarros/semistandard-format which (which is a fork of standard-format). Unfortunately its not perfect and not really being maintained.

However, you can now do semistandard --fix instead to use the eslint auto-fix function.. I've found it to be a lot more reliable.

jsejcksn commented 8 years ago

@Flet I'm not sure what you mean by

you can now do semistandard --fix instead.

If you're talking about terminal commands, I don't use the terminal with Atom.