prettier config
This is a configuration for prettier
Usage
Installation with yarn:
$ yarn add @octaved-flow/prettier-config -D
Then create a .prettierrc.js
file with the following content:
module.exports = {
...require('@octaved-flow/prettier-config'),
//add overwrites here
};