eslint-plugin-aezakmi-handlers-name
v0.0.17
Published
plugin for correct naming component handlers
Maintainers
Readme
eslint-plugin-aezakmi-handlers-name
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-aezakmi-handlers-name:
npm install eslint-plugin-aezakmi-handlers-name --save-devUsage
Add aezakmi-handler-names to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"aezakmi-handler-names"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"aezakmi-handler-names/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
