1.0.6 • Published 2 years ago

eslint-plugin-supfiger v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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