CoffeeLint
Supported Version | Language | Website |
---|---|---|
1.16.0+ (default: 4.1.3) | CoffeeScript | https://coffeelint.github.io |
CoffeeLint is a style checker that helps keep CoffeeScript code clean and consistent.
Getting Started
To start using CoffeeLint, enable it in your repository settings.
If you want to use a version except for the Sider default version, install it into your repository:
$ npm install coffeelint --save-dev
Then, create your coffeelint.json
file and edit it.
sider.yml
Configuration via Here is an example for CoffeeLint:
linter:
coffeelint:
file: my_coffeelint.json
You can use the following options to make analysis fitter for your project.
Name | Type | Default |
---|---|---|
root_dir | string | - |
npm_install | boolean , string | - |
file | string | - |
file
This option allows you to specify your own configuration file. If you want to use a configuration file except for the default coffeelint.json
file, set this option.