Skip to content

sporkmonger/coffeelint-strict-camel-case-vars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffeelint-strict-camel-case-vars

CoffeeLint rule that checks to make sure all variable names are either camelCased or ALL_CAPS

Installation

npm install coffeelint-strict-camel-case-vars

Usage

Add the following configuration to coffeelint.json:

"camel_case_vars": {
  "module": "coffeelint-strict-camel-case-vars"
}

Configuration

There are currently no configuration options

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 94.0%
  • JavaScript 6.0%