eslint-plugin-element-fix

1.0.1 • Public • Published

eslint-plugin-ele

element-ui eslint

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-ele:

npm install eslint-plugin-ele --save-dev

Usage

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

{
    "plugins": [
        "ele"
    ]
}

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

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

Rules

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

/eslint-plugin-element-fix/

    Package Sidebar

    Install

    npm i eslint-plugin-element-fix

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    6.63 kB

    Total Files

    8

    Last publish

    Collaborators

    • liu5yuan5