Prettier config for MEST
This is prettier config for all MEST projects. If you like this style, you can also quote it in your project.
Usage
- Install
yarn add @mest-fe/prettier -D
- Add config to your
package.json
{
"prettier": "@mest-fe/prettier"
}