From 1a3c77786bfc7461e2ff668e807bb142024a8c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Rold=C3=A1n?= Date: Fri, 24 May 2024 17:44:11 +0200 Subject: [PATCH] Fix lint --- packages/cli/src/hooks/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/hooks/init.ts b/packages/cli/src/hooks/init.ts index 8d953f9b1d7..028e554d15a 100644 --- a/packages/cli/src/hooks/init.ts +++ b/packages/cli/src/hooks/init.ts @@ -10,7 +10,7 @@ import {readFileSync} from 'fs' * If it's not, show a warning and exit. We need to do this here because some hydrogen commands depend on some peerDependencies * that are loaded dynamically from the project's package.json. * - * To check if the project is a Hydrogen one, we look for the presence of the @shopify/hydrogen dependency in the project's package.json. + * To check if the project is a Hydrogen one, we look for the presence of the \@shopify/hydrogen dependency in the project's package.json. * * @param options - The options passed to the hook. */