https://github.com/sublimelinter/sublimelinter-coffeelint
SublimeLinter plugin for CoffeeScript, using coffeelint.
https://github.com/sublimelinter/sublimelinter-coffeelint
Last synced: 4 months ago
JSON representation
SublimeLinter plugin for CoffeeScript, using coffeelint.
- Host: GitHub
- URL: https://github.com/sublimelinter/sublimelinter-coffeelint
- Owner: SublimeLinter
- License: mit
- Created: 2013-12-15T21:28:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T10:38:23.000Z (10 months ago)
- Last Synced: 2025-04-24T11:34:26.028Z (10 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 38
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-coffeelint
=========================
[](https://travis-ci.org/SublimeLinter/SublimeLinter-coffeelint)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [coffeelint](http://www.coffeelint.org).
It will be used with files that have the "CoffeeScript" and "CoffeeScript (Literate)" syntax.
## Installation
SublimeLinter must be installed in order to use this plugin.
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
Before installing this plugin, ensure that `coffeelint` is installed on your system.
To install `coffeelint`, do the following:
1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
1. Install `coffeelint` by typing the following in a terminal:
```
npm install -g coffeelint
```
1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zshenv` and not `.zshrc`.
Please make sure that the path to `coffeelint` is available to SublimeLinter.
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
## Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html
You may configure `coffeelint`’s behavior using `coffeelint.json` configuration files, exactly as is described in the [coffeelint documentation](http://www.coffeelint.org/#usage).