0.0.6 • Published 2 years ago

eslint-plugin-ha-nest v0.0.6

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

eslint-plugin-ha-nest

Rules for Nest.js development at HeyAuto

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-ha-nest:

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

Usage

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

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

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

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

Supported Rules

  • Fill in provided rules here
0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago