coffeelint-camel-case-vars
v0.0.4
Published
A CoffeeLint rule that ensures variables are camelCased
Readme
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-varsUsage
Add the following configuration to coffeelint.json:
"camel_case_vars": {
"module": "coffeelint-camel-case-vars"
}Configuration
There are currently no configuration options
