0.1.0 • Published 1 year ago

eslint-plugin-vivid-theory v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year 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-vivid-theory:

npm install eslint-plugin-vivid-theory --save-dev

Usage

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

{
  "plugins": ["vivid-theory"]
}

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

{
  "rules": {
    "vivid-theory/rule-name": 2
  }
}

Supported Rules

  • Fill in provided rules here
0.1.0

1 year ago

0.0.3

1 year ago

0.0.1

1 year ago