My Prettier configuration for general projects.
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"
}
MIT