eslint-plugin-kaola
v0.0.5
Published
[](https://www.npmjs.com/package/eslint-plugin-kaola) [](https://travis-ci.org/Deol/eslint-plugin-kaola) [![Github
Readme
eslint-plugin-kaola
Installation
$ npm i eslint eslint-plugin-kaola --save-devUsage
Add kaola to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"kaola"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"kaola/no-keywords-assign": ["error"(, [...customKeywords])],
"kaola/no-addition": 2
}
}Supported Rules
- no-keywords-assign
- no-addition

