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

With new version, does not format when global is not defined #57

Closed artbels closed 4 years ago

artbels commented 7 years ago

Before update, it worked even with globals.

"standard": { "globals": [ "myVar1", "myVar2" ] } - does not work

artbels commented 7 years ago

How to force format ignoring "is not defined" and "is assigned a value but never used" as it was before update?

bcomnes commented 4 years ago

Can't reproduce. The standard config block in package.json works in my tests. Please reopen if you can provide more specific ways of reproduction.