UNPKG

@straw-hat/prettier-config

Version:

Prettier configuration

20 lines (12 loc) 322 B
# @straw-hat/prettier-config Base Prettier configuration. ## How-to Guides ### Get Started 1. Install the dependency in your package. ```sh yarn add -D @straw-hat/prettier-config ``` 2. Add the `@straw-hat/prettier-config` to your `.prettierrc.json` file. ```json "@straw-hat/prettier-config" ```