SublimeLinter-coffee
SublimeLinter-coffee copied to clipboard
SublimeLinter plugin for CoffeeScript, using coffee --compile.
SublimeLinter-coffee
This linter plugin for SublimeLinter provides an interface to the coffeescript compiler. It will be used with files that have the "CoffeeScript" syntax.
Installation
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
coffeeby typing the following in a terminal:npm install -g coffee-script -
If you are using
nvmandzsh, ensure that the line to loadnvmis in.zshenvand not.zshrc.
Please make sure that the path to coffee is available to SublimeLinter.
The docs cover troubleshooting PATH configuration.
Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html