0.0.2 • Published 5 years ago

@lvchengbin/eslint-plugin-tiring v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

eslint-plugin-tiring

An ESLint plugin for checking more.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-tiring:

$ npm install eslint-plugin-tiring --save-dev

Usage

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

{
    "plugins": [
        "tiring"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here