0.0.4 • Published 9 years ago

coffeelint-camel-case-vars v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

coffeelint-camel-case-vars

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

Installation

npm install coffeelint-camel-case-vars

Usage

Add the following configuration to coffeelint.json:

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

Configuration

There are currently no configuration options