6.10.0 • Published 3 months ago

@nest-boot/eslint-plugin v6.10.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

eslint-plugin-nest-boot

Nest Boot 定制规则

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-nest-boot:

npm install eslint-plugin-nest-boot --save-dev

Usage

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

{
  "plugins": ["nest-boot"]
}

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

{
  "rules": {
    "nest-boot/rule-name": 2
  }
}

Rules

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

6.10.0

3 months ago

6.0.0-beta.1

3 months ago

5.8.0

5 months ago

5.7.0

8 months ago

5.6.0

8 months ago

5.5.1

9 months ago

5.5.0

9 months ago

5.4.0

9 months ago

5.3.0

9 months ago

5.2.0

9 months ago

5.1.2

9 months ago

5.1.1

9 months ago