Skip to content

Commit

Permalink
FIx lint issue in CI tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Apr 11, 2024
1 parent 17e6f9f commit d1d951e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/generate-prism-languages/index.ts
Expand Up @@ -89,10 +89,7 @@ const main = async () => {
await addLanguageToOutput(language)
}

console.info(
pc.bold(pc.bgYellow(pc.black("Prism React Renderer"))),
"\n"
)
console.info(pc.bold(pc.bgYellow(pc.black("Prism React Renderer"))), "\n")
console.info(
pc.bgBlue(`Generated TypeScript output at:`),
pc.cyan(outputPath)
Expand Down

0 comments on commit d1d951e

Please sign in to comment.