prettier-config
My base Prettier config.
Installation
pnpm add -D @aparajita/prettier-config
Usage
After installing, update your project's prettier.config.js
file to import the rule sets you want:
module.exports = {
...require('@aparajita/prettier-config')
// your overrides here
}
Read the Prettier config docs for more information.