1.0.2 • Published 5 years ago
@zeekinteractive/prettier-config v1.0.2
Purpose
The purpose of this package is to share Prettier configuration options for JavaScript files. This avoids having to copy/paste a configuration file from one project to another.
How to install
Install the package via npm
npm install @zeekinteractive/prettier-config --save-dev
How to configure
Add the configuration to your package.json
file
{
"prettier": "@zeekinteractive/prettier-config"
}
Reference: https://prettier.io/docs/en/configuration.html#sharing-configurations