1.1.0 • Published 1 year ago
@fxone/prettier-config v1.1.0
prettier config
This is a configuration for prettier
Usage
Installation with yarn:
$ yarn add @fxone/prettier-config -D
Then create a .prettierrc.js
file with the following content:
module.exports = {
...require('@fxone/prettier-config'),
//add overwrites here
};