Skip to content

supfiger/eslint-plugin-supfiger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-supfiger

Custom and extended rules for ESLint by @supfiger

Installation

You'll first need to install ESLint:

yarn add -D eslint 

Next, install eslint-plugin-supfiger:

yarn add -D eslint-plugin-supfiger

Usage

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

{
    "plugins": [
        "supfiger"
    ]
}

Rules

About

Custom and extended rules for ESLint by @supfiger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published