73rhodes / Sublime-JSLint

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

Ability to disable linter on save #6

Closed gridsane closed 11 years ago

gridsane commented 11 years ago

Just add the new parameter 'run_on_save', defaults 'true'. Yes, i know it's already implemented, but this way more quicker.

darrenderidder commented 11 years ago

Hi Gregory, thanks for the pull request but this functionality already exists in the plugin... any extension in the filename filter (Preferences > Package Settings > JSLint > Default setting) is linted on save. This allows fine grained control over what automatically linted.