3

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

GeoC
  • 101
  • 5

1 Answers1

1

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.

MattDMo
  • 100,794
  • 21
  • 241
  • 231
  • I don't think that it was a question about per-project settings but rather per-folder ones: "have "jshint_options" set for different folders". – Reinmar Aug 07 '15 at 08:57