[quote=“lukasbob”]@ManFromEarth: Open the SublimeLinter User settings file (Preferences > Package Settings > SublimeLinter > Settings - User) and set the “smarttabs” jshint setting to true.
If you have nothing in there to start with, that looks like this:
{
"jshint_options":
{
"smarttabs": true
}
}
This and other jshint options are documented on jshint.com/options/.
The README file (Preferences > Package Settings > SublimeLinter > README) is worth a look.
Thanks for a great plugin![/quote]
i tryed that longtime ago ;\ i was writing that to base sublimelinter.sublime-settings and setting smarttabs to false(i want to turn it off), but it doesnt work ;\ tryed ur way with user settings, still doesnt work
“evil”: true,
“regexdash”: true,
“browser”: true,
“wsh”: true,
“trailing”: false,
“sub”: true
we can change these rules, but cant add new?