@eunchurn/prettier-config
v0.0.6
Published
eunchurn prettier config
Downloads
115
Maintainers
Readme
[@eunchurn/prettier-config]
Standard Prettier configuration for Danbi team projects.
Installation
yarn add -D @eunchurn/prettier-configUsage
In your package.json
{
"prettier": "@eunchurn/prettier-config"
}If you wish you extend these settings then in your .prettierrc.js
module.exports = {
...require("@eunchurn/prettier-config"),
};