@beemo/config-prettier
v2.0.3
Published
Prettier config for Beemo projects.
Downloads
3,947
Readme
Beemo - Prettier config
An official Beemo Prettier config based on prettier-config-beemo. Also configures a default list of ignored paths.
yarn install --dev prettier @beemo/core @beemo/driver-prettier @beemo/config-prettier
Setup
Create a configs/prettier.ts
file in your Beemo configuration module that re-exports this config.
export { default } from '@beemo/config-prettier';