Reputation: 101
Is it possible to configure sublimelinter to check specific folders with specific settings.
For starters I would like to use it for js files using the "javascript_linter" : "jshint" and have "jshint_options" set for different folders
Upvotes: 3
Views: 1113
Reputation: 102852
If you look at the Per-Project Settings in the README, you'll see how to set SublimeLinter up to search different paths for different projects. For more help on projects, read the docs.
Upvotes: 1