JSPM

coffeelint-strict-camel-case-vars

0.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q16268F
  • License MIT

A CoffeeLint rule that ensures variables are strictly camelCased

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