Skip to content

Instantly share code, notes, and snippets.

@jkimbo
Last active August 29, 2015 14:08
Show Gist options
  • Save jkimbo/99714a70699ba6ae2475 to your computer and use it in GitHub Desktop.
Save jkimbo/99714a70699ba6ae2475 to your computer and use it in GitHub Desktop.
Setting up jshint and jscs for sublime
  • 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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment