0.0.5 • Published 5 years ago

eslint-plugin-kaola v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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
0.0.5

5 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago