Skip to content

dbashford/mimosa-coffeelint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mimosa-coffeelint

Overview

This is a coffeelinting module for Mimosa. Use this module to run your coffeescript files through a linting process that will check them for idiomatic use of the language.

For more information regarding Mimosa, see http://mimosa.io

Usage

Add "coffeelint" to your list of modules. That's all! Mimosa will install the module for you when you start up.

Functionality

When mimosa-coffeelint encounters a coffeescript file, it lints it! This occurs when Mimosa first starts up and when coffeescript files are added or updated.

Default Config

coffeelint:
  exclude:[]
  rules:{}

Example Config

coffeelint:
  rules:
    "max_line_length":
      value: 100
      level: "error"

This will change the line length to 100.

About

A coffee linting module for mimosa

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •