eslint-plugin-kaola

0.0.5 • Public • Published

eslint-plugin-kaola

version Build Status Github licences

nodei

Installation

$ npm i eslint eslint-plugin-kaola --save-dev

Usage

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-kaola

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

11.5 kB

Total Files

12

Last publish

Collaborators

  • aeodu