~ Plugin for SublimeLinter to utilize jscs (linting) ~ Used for files with the following syntax:
- Javascript “
- JavaScript Next
- JavaScript (JSX)
- JavaScript (Babel)
~ Must have jcsc installed on system
- Install Node.js (and npm on Linux)
- Install jscs: $ npm install -g jscs - If you are using zsh and on-my-zsh, do not load the nvm plugin for oh-my-zsh - Note: This plugin requires jscs 1.0.10 or later, though it requires 1.9.0 or later for JSX support ~ Must have SublimeLinter 3 ~ To Install Plugin
- In SublimeText, open Command Palette (shift + command + P)
- Type 'install'
- Click on 'Package Control: Install Package'
- When plugin list appears, type 'jscs'
- Click on 'SublimeLinter-jscs'