eslint-plugin-camelcase-ohm
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "eslint-plugin-camelcase-ohm", | ||
"description": "An ESLint plugin that extends the built-in camelcase rule to allow underscores in semantic action names.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Patrick Dubroy <pdubroy@gmail.com> (http://dubroy.com)", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -11,3 +11,3 @@ # eslint-plugin-camelcase-ohm | ||
- Install this package as a dev dependency, e.g. `npm install eslint-plugin-camelcase-ohm`. | ||
- Install this package as a dev dependency, e.g. `npm install --save-dev eslint-plugin-camelcase-ohm`. | ||
@@ -18,3 +18,3 @@ - Ensure the plugin is loaded, e.g. by adding the following to your `.eslintrc` file: | ||
"plugins": [ | ||
"eslint-plugin-camelcase-ohm" | ||
"camelcase-ohm" | ||
] | ||
@@ -21,0 +21,0 @@ ``` |
11534