The Repodog Syncpack config module.
npm install @repodog/syncpack-configThe Repodog Syncpack config module.


``shell`terminal
npm install @repodog/syncpack-config syncpack --save-dev
`javascript
// .syncpackrc.cjs
const repodogConfig = require('@repodog/syncpack-config');
module.exports = {
...repodogConfig,
};
``