@boringcodes/prettier-config
v1.3.2
Published
Boring Prettier Config
Downloads
19
Readme
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.