prettier-config

🍭 Boring Prettier Config - @boringcodes

MIT License

Downloads
50
Stars
1
Committers
2

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