Skip to content

mll-lab/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'),
    ...
};

About

The shareable prettier configuration of MLL

Resources

License

Stars

Watchers

Forks

Packages

No packages published