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

Ts standard fixes #81

Closed bcomnes closed 3 years ago

bcomnes commented 3 years ago

Closes https://github.com/bcomnes/sublime-standard-format/issues/79

Runs the formatting command in a more appropriate project root location. Its not bullet proof but should get the job done in most situations.

@carlpett can you take a look over and see if this looks like it will work for you? It should be a noop in most cases.

bcomnes commented 3 years ago

Been running for a few days, working great. Going to land but if you come across any new issues please open an issue.