This is `prettier` config for all `geist-ui` projects. If you like this style, you can also quote it in your project.
npm install @geist-ui/prettier-configThis is prettier config for all geist-ui projects. If you like this style, you can also quote it in your project.
1. Install:
``bash`
yarn add @geist-ui/prettier-config -D
2. Configure (package.json):
`json``
{
"prettier": "@geist-ui/prettier-config"
}