eslint-plugin-vkparent

0.0.0 • Public • Published

eslint-plugin-vkparent

家长端plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-vkparent:

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

Usage

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

{
    "plugins": [
        "vkparent"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

/eslint-plugin-vkparent/

    Package Sidebar

    Install

    npm i eslint-plugin-vkparent

    Weekly Downloads

    0

    Version

    0.0.0

    License

    ISC

    Unpacked Size

    9.07 kB

    Total Files

    10

    Last publish

    Collaborators

    • toxic12138