I am using Sublime Text 3. Recently I uninstall my sublimelinter plugin and reinstall it in order to get the latest version. The previous sublimelinter version works fine.
I know in the new version of sublimelinter, all the linters now have to be installed separately.
1) So I did install sublimelinter first, however when I browse for the package installed, I couldn't see sublimelinter installed? (1st problem)
2) Then I went ahead and install sublimelinter-csslint through node.js and also within sublime text. When I browse for the package, it is installed.
3) I intentionally made a mistake in my CSS, not having " ; " at the end. But csslint isn't picking up the error? So I will assume the installation failed. (2nd problem)