@devoinc/prettier-config
v1.1.0
Published
Simple Prettier config for Devo.
Downloads
12
Readme
@devoinc/prettier-config
A simple Prettier configuration for Devo.
Usage
This package is a Prettier shared configuration to customize Prettier. You're supposed to have Prettier installed in order to use it.
Install:
$ npm install --dev @devoinc/prettier-config
Add this to your package.json
:
{
...other stuff...
"prettier": "@devoinc/prettier-config"
}
Development
To publish a new version of this package:
- Bump the version
- Update the changelog
- Create a new Github release