Skip to content

boringcodes/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prettier-config

Boring Prettier Config

Installation

Use the package manager to install

yarn add @boringcodes/prettier-config prettier --dev

Usage

Create .prettierrc/.prettierrc.json and add the content

"@boringcodes/prettier-config"

Or if you want to extend the config, create .prettierrc.js instead

const config = require('@boringcodes/prettier-config');

module.exports = {
  ...config,
  // TODO: add your prettier configs below
};

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

BoringCodes

License

MIT