0.0.2 • Published 9 years ago

eslint-plugin-google-camelcase v0.0.2

Weekly downloads
13,812
License
MIT
Repository
github
Last release
9 years ago

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