@rapa/prettier-config
v0.1.0
Published
rapa's base Prettier config
Downloads
4
Readme
prettier-config
ppu's base Prettier config.
Installation
yarn add --dev @rapa/prettier-config
Usage
After installing, update your project's prettier.config.js
file to import the rule sets you want:
module.exports = {
...require('@rapa/prettier-config'),
// your overrides here
};
Read the Prettier config docs for more information.