@cloudcall/prettier-config
v1.0.0
Published
CloudCall prettier config.
Downloads
70
Readme
@cloudcall/prettier-config
CloudCall prettier config.
Installation
npm install -D @cloudcall/prettier-config
or
yarn add -D @cloudcall/prettier-config
In your prettier
config:
module.exports = {
...require('@cloudcall/prettier-config'),
// your config here
};