-
Install the following command line tools (
npm install -g MODULE
)jshint
jscs
jsxhint
-
Install Sublime Package Control
-
Using package control install Sublime Linter
-
Install the following packages
SublimeLinter-jshint
SublimeLinter-jscs
SublimeLinter-jsxhint
-
Profit!
====
N.B.
jsxcs
has been deprectated in favour of running jscs
with a different esprima so figure out how to modify SublimeLinter-jsxcs
to use this.
* To install jsxcs you need to install from the github repository since it isn't published.
- `Package Control: Add Repository` -> paste in `https://github.com/bjyoungblood/SublimeLinter-jsxcs`
- Then install `SublimeLinter-jsxcs`