UNPKG

@kurone-kito/prettier-config

Version:

My Prettier configuration for general projects

26 lines (17 loc) 373 B
# `@kurone-kito/prettier-config` My Prettier configuration for general projects. ## Usage First, install this package and its peer dependencies: ```sh npm install --save-dev \ @kurone-kito/prettier-config \ prettier ``` Then, merge the following configuration into the `package.json`: ```json { "prettier": "@kurone-kito/prettier-config" } ``` ## License MIT