Skip to content

Instantly share code, notes, and snippets.

@jacrook
Last active January 1, 2016 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacrook/8186788 to your computer and use it in GitHub Desktop.
Save jacrook/8186788 to your computer and use it in GitHub Desktop.
SublimeText 3 + SublimeLinter 3

SublimeText 3 + SublimeLinter 3

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!)/

What I have working:

SublimeLinter 3 (best installed through package manager) https://github.com/SublimeLinter/SublimeLinter

SublimeLinter-csslint:

(installed through package manger)

The final step is:

  • 1. Install Node.js (and npm on Linux).
  • 2. Install csslint by typing the following in a terminal:
  • npm install -g csslint
  • 3. If you are using nvm and zsh, ensure that the line to load nvm is in .zshenv and not .zshrc.
  • (https://github.com/SublimeLinter/SublimeLinter-csslint)

SublimeLinter-scss-lint:

(installed through package manger)

The final step is:

SublimeLinter-jshint:

(installed through package manger)

The final step is:

SublimeLinter-html-tidy:

(installed through package manger)

Still working on this guy mainly because Windows (work computer) needs to complie some C+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment