# Install ```shell npm install --save-dev prettier @severinkaderli/prettier-config ``` # Configure Add the configuration in the `package.json` file: ```json { "prettier": "@hideoo/prettier-config" } ```