mirror of
https://github.com/chakra-ui/chakra-ui.git
synced 2026-09-14 16:43:45 +08:00
853ed7e78e
`format:check` only covers `packages`, so `apps` drifted to 24 unformatted files. Formats them, including the `jsx` block in image.mdx that still carried semicolons. The other 334 files prettier reported live under `apps/www/public/r` and `apps/www/public/compositions`, which `scripts/composition.ts` and the `generate-*` scripts write on build. Formatting those would be undone by the next build, so they are ignored instead. `prettier --check apps packages` is now clean.