eslint-plugin-study-type-checker

0.0.9 • Public • Published

eslint-plugin-eslint-type-checker

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-eslint-type-checker:

npm install eslint-plugin-study-type-checker --save-dev

Usage

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

{
    "plugins": [
        "study-type-checker"
    ]
}

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

{
    "rules": {
        "study-type-checker/rule-name": "error"
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

/eslint-plugin-study-type-checker/

    Package Sidebar

    Install

    npm i eslint-plugin-study-type-checker

    Weekly Downloads

    1

    Version

    0.0.9

    License

    ISC

    Unpacked Size

    23.2 kB

    Total Files

    19

    Last publish

    Collaborators

    • vadim2308