Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 373 Bytes

File metadata and controls

25 lines (17 loc) · 373 Bytes

@kurone-kito/prettier-config

My Prettier configuration for general projects.

Usage

First, install this package and its peer dependencies:

npm install --save-dev \
  @kurone-kito/prettier-config \
  prettier

Then, merge the following configuration into the package.json:

{
  "prettier": "@kurone-kito/prettier-config"
}

License

MIT