eslint-plugin-imoo-tools

0.0.2 • Public • Published

eslint-plugin-imoo-tools

imoo 工具箱

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-imoo-tools:

npm install eslint-plugin-imoo-tools --save-dev

Usage

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

{
    "plugins": [
        "imoo-tools"
    ]
}

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

{
    "rules": {
        "imoo-tools/rule-name": 2
    }
}

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

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

/eslint-plugin-imoo-tools/

    Package Sidebar

    Install

    npm i eslint-plugin-imoo-tools

    Weekly Downloads

    2

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    6.01 kB

    Total Files

    8

    Last publish

    Collaborators

    • imoo