Package detail

@repodog/syncpack-config

badbatch283MIT13.0.4

The Repodog Syncpack config module.

readme

@repodog/syncpack-config

The Repodog Syncpack config module.

npm version License: MIT

Install package and peer dependency

# terminal
npm install @repodog/syncpack-config syncpack --save-dev

Use package

// .syncpackrc.cjs
const repodogConfig = require('@repodog/syncpack-config');

module.exports = {
  ...repodogConfig,
};