Closed F1LT3R closed 4 years ago
It would be great to get a keyboard shortcut from within Sublime that would run xo --fix on the current file.
xo --fix
Right now I'm using Prettier, but there's a lot that Prettier does not do that XO does.
It's something I plan to have but haven't had the time to do yet. Contributions welcome. In the meantime, you could try out https://github.com/niftylettuce/XO-Formatter
Fixed by https://github.com/xojs/SublimeLinter-contrib-xo/commit/30ebf8df4df21e38d4f8a3691f3a898bfd8f77ef.
It would be great to get a keyboard shortcut from within Sublime that would run
xo --fix
on the current file.Right now I'm using Prettier, but there's a lot that Prettier does not do that XO does.