Skip to content

AIluffy/eslint-plugin-kaola

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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])]
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%