@afyadigital/prettier
v1.0.0
Published
prettier config for frontend apps
Downloads
46
Readme
@afyadigital/prettier
This package provides shared prettier config
.
Usage
Note:
prettier
is a peer dependency, make sure it is installed on your project before installing the prettier config
Install the package:
yarn add -D @afyadigital/prettier
Add it to your
.prettierrcjs
configuration file:module.exports = require("@afyadigital/prettier")
For more information about prettier
configuration, please check the Prettier configuration documentation.