geta-prettier-config
v1.0.0
Published
shared config for prettier used by geta
Downloads
484
Readme
geta-prettier-config
This is a repository containing the default Prettier configuration used by Geta projects.
Usage
Install
Yarn:
yarn add --dev geta-prettier-config
Npm:
npm i -d geta-prettier-config
Edit package.json
Add the following to your package.json to make Prettier use the configuration from this package.
{
"prettier": "geta-prettier-config"
}