0.0.0 • Published 4 years ago

eslint-plugin-duomailint v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-duomailint

vue项目前端规范Eslint rule

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-duomailint:

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

Usage

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

{
    "plugins": [
        "duomailint"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here