eslint-plugin-nestjs
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-nestjs

Weekly Downloads

11,727

Version

1.2.3

License

MIT

Unpacked Size

51.1 kB

Total Files

24

Last publish

Collaborators

  • iamthes