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
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_
.