0.0.6 • Published 3 years ago
eslint-plugin-ha-nest v0.0.6
eslint-plugin-ha-nest
Rules for Nest.js development at HeyAuto
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-ha-nest:
npm install eslint-plugin-ha-nest --save-devUsage
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