Package Exports
- coffeelint-strict-camel-case-vars
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (coffeelint-strict-camel-case-vars) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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