From ec3ece5d82e35c01461d3e9ddeab95948f6506a7 Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Thu, 11 Jul 2024 14:10:27 +0530 Subject: [PATCH] Updated linting --- src/commands/export.ts | 17 +++++++++-------- src/commands/import.ts | 17 +++++++++-------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/src/commands/export.ts b/src/commands/export.ts index 4839a965e..9c721d94d 100644 --- a/src/commands/export.ts +++ b/src/commands/export.ts @@ -61,14 +61,15 @@ export default async function exportCMD(params: ExportParams) { await context.dump(); log.info('Export Successful'); - log.info(`================================================ - ======= Help us improve Auth0 Deploy CLI ======= - ================================================ - We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. - We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. + log.info(` + ================================================ + ======= Help us improve Auth0 Deploy CLI ======= + ================================================ + We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. + We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. - ===> https://www.surveymonkey.com/r/LZKMPFN <=== + ===> https://www.surveymonkey.com/r/LZKMPFN <=== - Thank you for helping us make Auth0 Deploy CLI better for everyone! - ================================================`); + Thank you for helping us make Auth0 Deploy CLI better for everyone! + ================================================`); } diff --git a/src/commands/import.ts b/src/commands/import.ts index f0f252bfb..ce81bc2ad 100644 --- a/src/commands/import.ts +++ b/src/commands/import.ts @@ -53,14 +53,15 @@ export default async function importCMD(params: ImportParams) { log.info('Import Successful'); - log.info(`================================================ - ======= Help us improve Auth0 Deploy CLI ======= - ================================================ - We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. - We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. + log.info(` + ================================================ + ======= Help us improve Auth0 Deploy CLI ======= + ================================================ + We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. + We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. - ===> https://www.surveymonkey.com/r/LZKMPFN <=== + ===> https://www.surveymonkey.com/r/LZKMPFN <=== - Thank you for helping us make Auth0 Deploy CLI better for everyone! - ================================================`); + Thank you for helping us make Auth0 Deploy CLI better for everyone! + ================================================`); }