GeoC
GeoC

Reputation: 101

How to configure sublimelinter per folder

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

Answers (1)

MattDMo
MattDMo

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

Related Questions