From 636a98192eda7050f2a83a968a2821e71b60e043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Gutierrez?= Date: Mon, 26 Aug 2024 10:33:02 -0300 Subject: [PATCH] fix: module is outside array --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 513d8b9..3c94e3a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -144,7 +144,9 @@ export default [ '/^@nestjs/', '/^class-transformer/', '/^class-validator/', - 'module', + [ + 'module' + ], [ '/^@[^/]+\\/[^/]+\\/controllers\\//', '/^@[^/]+\\/[^/]+\\/controllers\\//http/',