bcomnes / sublime-standard-format

:sparkles: Runs standard --fix against the javascript in your ST3 window on save or manually.
https://packagecontrol.io/packages/StandardFormat
MIT License
60 stars 21 forks source link

migrate to standard --fix #51

Closed dotcypress closed 7 years ago

dotcypress commented 7 years ago

Fixes #50

bcomnes commented 7 years ago

Oh man! Thanks. I will test and release this today.

dotcypress commented 7 years ago

Awesome!

bcomnes commented 7 years ago

Heh. Sublime text plugin dev is such a hassle. Firing up a dev env again 🤓

bcomnes commented 7 years ago

Ok, set up to dev, working on testing this now. I might not land this in a release till tomorrow AM. Theres just to much manual labor involved for me to be confident in a release without playing around for a while. This is good though, as It will help motivate to land some of the other features I've had issued for so long.

bcomnes commented 7 years ago

Hrmm... getting some weird eslint errors leaking through. I'm going to solidify the path and ENV with some long needed updates to how that is generated to see if that clears things up.

bcomnes commented 7 years ago

Looks good to me. I'll cut a release with this PR. Thank you sooo much. I've been a naughty maintainer for a long time on this.

The good news is that I've started the path search improvements, and things are looking good so far.