Prettier config for Beemo projects.
npm install @beemo/config-prettier


An official Beemo Prettier config based on
prettier-config-beemo. Also configures a
default list of ignored paths.
``bash`
yarn install --dev prettier @beemo/core @beemo/driver-prettier @beemo/config-prettier
Create a configs/prettier.ts file in your Beemo configuration module that re-exports this config.
`ts``
export { default } from '@beemo/config-prettier';