From dfc359beddd87333bda5611da20ee9d9520df548 Mon Sep 17 00:00:00 2001 From: Thiago Valentim <51245643+thiagomini@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:41:04 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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 | ✅ |