0.1.5 • Published 1 year ago

@muravjev/configs-syncpack v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Shared syncpack configuration

The purpose of the syncpack is formatting package json and validating dependencies versions.


Contents

Setup

  • Add workspace reference to @muravjev/configs-syncpack and its peer dependencies:

    pnpm add -w @muravjev/configs-syncpack syncpack
  • Add syncpack configuration file:

    // .syncpackrc.js
    
    module.exports = require('@muravjev/configs-syncpack');
  • Add syncpack scripts:

    // package.json
    
    "scripts": {
      ...
      "syncpack:fix": "syncpack format && syncpack fix-mismatches"
      ...
    }

Usage

  • Manual usage from command line:

    pnpm format:check .
    pnpm format:fix .

Donation

If you found this project helpful, consider\ buying me a coffee, donate by paypal or just leave a star⭐\ Thanks for your support, it is much appreciated!

License

MIT © Sergey Muravjev


⬅ Back


0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago