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