1.2.3 • Published 6 years ago

eslint-plugin-nestjs v1.2.3

Weekly downloads
1,942
License
MIT
Repository
github
Last release
6 years ago

eslint-plugin-nestjs

ESLint rules for nestjs framework.

This project is POC and is not under development. But it will be, if I will get nestjs project on my job.

INSTALL

npm install --save-dev eslint-plugin-nestjs

USAGE

Configure it in your configuration file:
1. Add to plugins section:

nestjs
  1. Add to extends section (optional):
plugin:nestjs/recommended
  1. Configure rules

RULES

TODO

  • rule: inject @Res() but not using send or json
  • rule: if class decorated it must be exported

USEFUL LINKS

CHANGELOG

See CHANGELOG.md