eslint-plugin-daodaolee

0.0.6 • Public • Published

eslint-plugin-daodaolee

a lint for daodaolee

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-daodaolee:

npm install eslint-plugin-daodaolee --save-dev

Usage

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

{
    "plugins": [
        "daodaolee/vue",
       // "daodaolee/react"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

/eslint-plugin-daodaolee/

    Package Sidebar

    Install

    npm i eslint-plugin-daodaolee

    Weekly Downloads

    0

    Version

    0.0.6

    License

    ISC

    Unpacked Size

    29.9 kB

    Total Files

    11

    Last publish

    Collaborators

    • daodaolee