From 049d994442ec83b1aaf7695c63e8a1afa4002d00 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Wed, 2 Oct 2024 20:09:53 +0545 Subject: [PATCH] fix: add info for prettier on generated --- src/i18n.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.module.ts b/src/i18n.module.ts index 02d10429..e14d4f41 100644 --- a/src/i18n.module.ts +++ b/src/i18n.module.ts @@ -129,7 +129,7 @@ export class I18nModule implements OnModuleInit, OnModuleDestroy, NestModule { fs.writeFileSync(this.i18nOptions.typesOutputPath, outputFile); logger.log( `Types generated in: ${this.i18nOptions.typesOutputPath}. - Please also add it to your eslintignore file to avoid linting errors + Please also add it to your eslintignore and prettierignore file to avoid linting errors and formatting it `, ); } else {