rehype-pretty / rehype-pretty-code

Beautiful code blocks for Markdown or MDX.
https://rehype-pretty.pages.dev
MIT License
1.01k stars 63 forks source link

feat: add biome linter & formatter #141

Closed o-az closed 8 months ago

o-az commented 8 months ago

This pr

still using prettier in one place: https://github.com/atomiks/rehype-pretty-code/blob/c23ec2006588d96fcdbb83a9cefc10accd86aafb/test/fixtures.test.js#L12

will replace later.

netlify[bot] commented 8 months ago

Deploy Preview for rehype-pretty-code ready!

Name Link
Latest commit 7c3c5ca5f3f3ab5d3494c6e17a1567c4edb7c3cb
Latest deploy log https://app.netlify.com/sites/rehype-pretty-code/deploys/6581b5a721afd0000820e0fd
Deploy Preview https://deploy-preview-141--rehype-pretty-code.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

atomiks commented 8 months ago

Can we keep the previous formatting style options? (semi, arrowParens for arrow functions)

o-az commented 8 months ago

Can we keep the previous formatting style options? (semi, arrowParens for arrow functions)

done