xojs / SublimeLinter-contrib-xo

SublimeLinter plugin for XO
https://github.com/xojs/xo
MIT License
55 stars 7 forks source link

Any way to configure it to work with Vue syntax files? #15

Closed ryexley closed 5 years ago

ryexley commented 5 years ago

This linter plugin for SublimeLinter provides an interface to XO. It will be used with files that have the “JavaScript” syntax.

Is there any way to configure this to be able to run on files with a different syntax setting? I have sublime setup with the Vue extension to render files with a .vue extension to use a different syntax, but I want to be able to have xo run against those files as well. Is there a setting I can tweak to make this work that I'm missing?