In SublimeLinter 3 you have to install your specific linters. Then each linter needs it's own further installation usually with node or ruby (prob should have those working!)/
SublimeLinter 3 (best installed through package manager) https://github.com/SublimeLinter/SublimeLinter
(installed through package manger)- 1. Install Node.js (and npm on Linux).
- 2. Install csslint by typing the following in a terminal:
npm install -g csslint
The final step is:
- 1. Install Ruby.
- 2. Install scss-lint by typing the following in a terminal:
gem install scss-lint
- https://github.com/attenzione/SublimeLinter-scss-lint
The final step is:
- 1. Install Node.
- 2. Install jshint by typing the following in a terminal:
npm install -g jshint
- https://github.com/SublimeLinter/SublimeLinter-jshint
Still working on this guy mainly because Windows (work computer) needs to complie some C+