73rhodes / Sublime-JSLint

JSLint for Sublime Text 2 and 3.
80 stars 14 forks source link

Indent with tabs #37

Closed avindra closed 9 years ago

avindra commented 9 years ago

Is there not a way to check for tabs instead of spaces?

darrenderidder commented 9 years ago

You can use tabs. All jslint preferences are supported in the configuration.

HongPong commented 9 years ago

Also adding this line into the Preferences / Package Settings / JSLint / Settings - default:

,"--white", "true" into the first options array disables the whitespace linting altogether. So it will be indifferent to tabs, spaces etc. . I would suggest this be added as a possible default option, commented out.