0.4.4 • Published 2 years ago

ly-lint v0.4.4

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

dp-eslint-plugin

后台自定义插件

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install dp-eslint-plugin:

npm install dp-eslint-plugin --save-dev

Usage

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

{
    "plugins": [
        "dp-lint"
    ]
}

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

{
    "rules": {
        "dp-lint/rule-name": 2
    }
}

Rules

0.4.4

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.1.0

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago