0.0.6 • Published 1 year ago

@eunchurn/prettier-config v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@eunchurn/prettier-config

npm npm version GitHub version License: MIT

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"),
};