@bitcurve/syncpack-config-flint
v0.0.0
Published
Shared configuration for syncpack intended for pnpm workspaces (monorepos).
Downloads
1
Readme
@bitcurve/syncpack-config-flint
Shared configuration for syncpack intended for pnpm workspaces (monorepos).
Syncpack helps ensure consistent versions of dependencies across the workspace and enforces style rules for sorting and grouping of properties in package.json
files.
- https://github.com/JamieMason/syncpack
- https://jamiemason.github.io/syncpack/
Installation
Install syncpack and this configuration package:
pnpm add -wD syncpack
pnpm add -wD @bitcurve/syncpack-config-flint
Create syncpack.config.js
in the root of your workspace:
import standardConfig from '@bitcurve/syncpack-config-flint'
const syncpackConfig = {
...standardConfig,
// add any custom configuration or overrides here
}
export default syncpackConfig