supfiger / eslint-plugin-supfiger

Custom and extended rules for ESLint by @supfiger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 55.6%Language:TypeScript 44.4%