Skip to content

Commit

Permalink
Fix a couple ESLint issues in scripts/init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanPak committed Dec 17, 2024
1 parent ce45164 commit 9d9d5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/larva/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ const copyTo = process.cwd();

copySync( copyFrom, copyTo );

// eslint-disable-next-line no-console
console.log(
chalk.green(
'Copied folder structure. Now, add the following scripts to package.json:'
)
);

// eslint-disable-next-line no-console
console.log( `
"backstop": "backstop --config=node_modules/@penskemediacorp/backstopjs-config",
"build-html": "larva build-html",
Expand Down

0 comments on commit 9d9d5ed

Please sign in to comment.