I'm (trying to) using CSS Lint plugin for Sublime Text 2.
Once I've run it, I can't remove the highlight. "Escape" just remove the console window. Hitting again the command just "re-lints".
How can I remove the highlight?
Thanks
I'm (trying to) using CSS Lint plugin for Sublime Text 2.
Once I've run it, I can't remove the highlight. "Escape" just remove the console window. Hitting again the command just "re-lints".
How can I remove the highlight?
Thanks
Preferences -> Package Settings -> CSS Lint
Settings - Default
to see the default settings for this
plugin.Settings - User
file, and then change them there.This process will ensure that your changed settings are preserved if/when the plugin is updated.
As a side note, I prefer using SublimeLinter. It includes cssLint and has a pretty robust set of settings options. You can find more information about this plugin on this SO question.