Prettier configuration for ApiTree projects.
npm install @apitree.cz/prettier-config``bash`
pnpm add --save-dev @apitree.cz/prettier-config prettier
Install and use the package in the root only.
Add the following configuration to your prettier.config.js:
`javascript`
export { config as default } from '@apitree.cz/prettier-config';
Following IntelliJ IDEs setup is recommended for the best developer experience:

#### ✅ Automatic Prettier configuration
#### Run for files
```
{*/,*}.{css,ejs,graphql,html,js,json,md,mdx,ts,tsx,yml,yaml}
#### ✅ Run on save