6.10.1 • Published 12 months ago

@nest-boot/eslint-plugin v6.10.1

Weekly downloads
-
License
MIT
Repository
-
Last release
12 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.1

12 months ago

6.10.0

1 year ago

6.0.0-beta.1

1 year ago

5.8.0

2 years ago

5.7.0

2 years ago

5.6.0

2 years ago

5.5.1

2 years ago

5.5.0

2 years ago

5.4.0

2 years ago

5.3.0

2 years ago

5.2.0

2 years ago

5.1.2

2 years ago

5.1.1

2 years ago