Skip to content

Commit

Permalink
Address ESLint stuff in write-json.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanPak committed Dec 17, 2024
1 parent ce6e0f9 commit eab975a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/larva/scripts/write-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const cliArgs = getArgsFromCli();

const fromLarva = 'larva' === cliArgs[ 1 ] ? true : false;

// eslint-disable-next-line no-console
console.log(
chalk.bold( `\n---- ${ cliArgs[ 1 ] || 'Project' } JSON ----\n` )
);
Expand Down

0 comments on commit eab975a

Please sign in to comment.