@nice-move/syncpack-config
v0.2.9
Published
A `syncpack` config created by personal preferences
Downloads
37
Maintainers
Readme
@nice-move/syncpack-config
A syncpack config created by personal preferences.
Installation
npm install @nice-move/syncpack-config --save-dev
Usage
// example: syncpack.config.mjs
// @ts-check
import defineConfig from '@nice-move/syncpack-config';
export default defineConfig(import.meta.url, {
versionGroups: [
{
dependencies: ['@example/*'],
dependencyTypes: ['!local'],
label: 'Pin pnpm workspace',
pinVersion: 'workspace:~'
}
]
});