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