Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 789 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 789 Bytes

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