Skip to content

mcmath/coffeelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@mcmath/coffeelint-config

Version Build

CoffeeLint config for CoffeeScript projects

Install

Install through npm as a development dependency. CoffeeScript and CoffeeLint should also be installed.

npm install --save-dev coffee-script coffeelint @mcmath/coffeelint-config

Usage

Create a coffeelint.json file at the root of your project with the following contents:

{ "extends": "@mcmath/coffeelint-config" }

Rules may be added or modified like so:

{
  "extends": "@mcmath/coffeelint-config",
  "indentation": {
    "level": "error",
    "value": 2
  },
  "max_line_length": {
    "level": "ignore"
  }
}

About

CoffeeLint configuration for CoffeeScript projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published