We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controllers and Services should not have properties, apart from the ones injected via DI (e.g. in the constructor).
There was a similar rule in this POC, I think it's a very nice rule: https://github.com/unlight/eslint-plugin-nestjs/blob/master/src/use-dependency-injection/use-dependency-injection.md
The text was updated successfully, but these errors were encountered:
Sounds good to me! Feel free to create a PR based on that the code from the other repo
Sorry, something went wrong.
No branches or pull requests
Controllers and Services should not have properties, apart from the ones injected via DI (e.g. in the constructor).
There was a similar rule in this POC, I think it's a very nice rule: https://github.com/unlight/eslint-plugin-nestjs/blob/master/src/use-dependency-injection/use-dependency-injection.md
The text was updated successfully, but these errors were encountered: