Skip to content

Commit 9d9d5ed

Browse files
committed
Fix a couple ESLint issues in scripts/init.js
1 parent ce45164 commit 9d9d5ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/larva/scripts/init.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ const copyTo = process.cwd();
77

88
copySync( copyFrom, copyTo );
99

10+
// eslint-disable-next-line no-console
1011
console.log(
1112
chalk.green(
1213
'Copied folder structure. Now, add the following scripts to package.json:'
1314
)
1415
);
1516

17+
// eslint-disable-next-line no-console
1618
console.log( `
1719
"backstop": "backstop --config=node_modules/@penskemediacorp/backstopjs-config",
1820
"build-html": "larva build-html",

0 commit comments

Comments
 (0)