@apitree.cz/prettier-config
v0.3.9
Published
Prettier configuration for ApiTree projects.
Readme
Prettier Config
Prettier configuration for ApiTree projects
Installation
pnpm add --save-dev @apitree.cz/prettier-config prettierPNPM Monorepos
Prior to the installation, add the following to your repository root pnpm-workspace.yaml:
publicHoistPattern:
- '*prettier*'Install and use the package in the root only.
Usage
Add the following configuration to your prettier.config.js:
export { config as default } from '@apitree.cz/prettier-config';IntelliJ IDE Setup
Following IntelliJ IDEs setup is recommended for the best developer experience:
Recommended Values
✅ Automatic Prettier configuration
Run for files
{**/*,*}.{css,ejs,graphql,html,js,json,md,mdx,ts,tsx,yml,yaml}