This linter plugin for SublimeLinter provides an interface to the coffeescript compiler. It will be used with files that have the "CoffeeScript" syntax.
SublimeLinter must be installed in order to use this plugin.
Please use Package Control to install the linter plugin.
To install coffee
, do the following:
-
Install
coffee
by typing the following in a terminal:npm install -g coffee-script
-
If you are using
nvm
andzsh
, ensure that the line to loadnvm
is in.zshenv
and not.zshrc
.
Please make sure that the path to coffee
is available to SublimeLinter.
The docs cover troubleshooting PATH configuration.
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html