0.0.6 • Published 2 years ago
@eunchurn/prettier-config v0.0.6
@eunchurn/prettier-config
Standard Prettier configuration for Danbi team projects.
Installation
yarn add -D @eunchurn/prettier-config
Usage
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"),
};