1.1.0 • Published 2 years ago
@jsonxr/prettier-config v1.1.0
prettier-config
This is a global style preference that will enforce prettier code based on my personal preferences. Add a reference to these preferences to each project and then to update your preference globally, you publish a new package and then update the version in each project.
To use
1. yarn add --dev
Install prettier and the config
yarn add --dev --exact prettier @jsonxr/prettier-config
2. package.json
Add the following to your package.json file
{
"prettier": "@jsonxr/prettier-config",
}