0.0.5 • Published 8 years ago

coffeelint-strict-camel-case-vars v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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