I've been trying to get this to work with my project but have been having a bit of a rough time. I finally got it linting files that I open in sublime but it seems rather slow. Is it linting just the file I have open or the entire directory tree?
The variables I defined in the globals area of my package.json file are ignored as well. Is there something I need to do to get the sublime package to look at each package.json file and use the globals/ignores/rules values?
I'm trying to figure out why, but it seems that when passing code to xo via --stdin it ignores most of the configurations made by package.json, but respects defined rules.
I've been trying to get this to work with my project but have been having a bit of a rough time. I finally got it linting files that I open in sublime but it seems rather slow. Is it linting just the file I have open or the entire directory tree?
The variables I defined in the globals area of my package.json file are ignored as well. Is there something I need to do to get the sublime package to look at each package.json file and use the globals/ignores/rules values?
package.json example:
Sublime Linter Settings: