Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

POC. ESLint rules for nestjs framework

License

NotificationsYou must be signed in to change notification settings

unlight/eslint-plugin-nestjs

Repository files navigation

ESLint rules fornestjs 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 inyour configuration file:

  1. Add toplugins section:
nestjs
  1. Add toextends section (optional):
plugin:nestjs/recommended
  1. Configure rules

RULES

SIMILAR PROJECTS

TODO

  • rule: inject @Res() but not using send or json
  • rule: if class decorated it must be exported
  • cqrs: commands which only trigger 1 command handler (for write), but events can multiple
  • cqrs: command should return void

USEFUL LINKS

CHANGELOG

SeeCHANGELOG.md

About

POC. ESLint rules for nestjs framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp