Skip to content

fe-voyager/joker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-joker

a eslint plugin for happy coding😂

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-joker:

npm install eslint-plugin-joker --save-dev

Usage

Add joker to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "joker"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "joker/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

About

a eslint plugin for happy coding!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages