@mll-lab/prettier-config
v1.0.0
Published
The shareable prettier configuration of MLL
Downloads
45
Readme
prettier-config
The shareable prettier configuration of MLL
Installation
yarn add --dev @mll-lab/prettier-config
Usage
// .prettierrc.js
module.exports = require('@mll-lab/prettier-config');
// For customization
module.exports = {
...require('@mll-lab/prettier-config'),
...
};