JSPM

eslint-plugin-google-camelcase

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4980
  • Score
    100M100P100Q118221F
  • License MIT

enforce camelcase names but allow opt_ prefix

Package Exports

  • eslint-plugin-google-camelcase

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 (eslint-plugin-google-camelcase) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status

eslint-plugin-google-camelcase

ESLint rule for enforcing camelcase variable but allowing the prefix opt_.

This is the google javascript style guide rules.

Why Use It

You follow the google javascript style guide.

The google javascript style guide is almost exactly the same as the default eslint camelcase rule. The difference is google's style requires optional arugments to start with the prefix opt_.

Further Reading