Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed May 24, 2024
1 parent d30d1d1 commit 1a3c777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/hooks/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 1a3c777

Please sign in to comment.