Spotify's base Prettier config
npm install @spotify/prettier-configSpotify's base Prettier config.
``sh`
yarn add --dev @spotify/prettier-config
After installing, update your project's prettier.config.js file to import the rule sets you want:
`js``
module.exports = {
...require('@spotify/prettier-config'),
// your overrides here
};
---
Read the Prettier config docs for more information.