73rhodes / Sublime-JSLint

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

Turn off "auto-lint" #2

Closed chriscaddell closed 12 years ago

chriscaddell commented 12 years ago

Is there a way to turn off the "auto-linting" feature, so its just a manual action?

darrenderidder commented 12 years ago

Yes, you can specify which file extensions trigger the "lint on save" feature. You just need to edit the list of file extensions under Preferences > Package Settings > JSLint > Settings - Default

montyksycki commented 5 years ago

Yes, you can specify which file extensions trigger the "lint on save" feature. You just need to edit the list of file extensions under Preferences > Package Settings > JSLint > Settings - Default

Thank You!!!