diff --git a/README.md b/README.md index 461cdc1..106d67f 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ The "recommended" preset contains the rules listed below. If you need custom con | Rule | Description | Recommended | | ------------------------------------------------------------------------------------ | -------------------------------------------------------------- | ----------- | | [`@trilon/enforce-close-testing-module`](docs/rules/enforce-close-testing-module.md) | Ensures NestJS testing modules are closed properly after tests | ✅ | +| [`@trilon/check-inject-decorator`](docs/rules/check-inject-decorator.md) | Detects incorrect usage of `@Inject(TOKEN)` decorator | ✅ |