Shared ESLint, TypeScript, and Prettier configuration packages used across the thermal-label and labelkit ecosystems.
| Package | Version | Description |
|---|---|---|
@mbtech-nl/eslint-config |
ESLint 9 flat config | |
@mbtech-nl/tsconfig |
TypeScript base configs | |
@mbtech-nl/prettier-config |
Prettier config |
All packages are versioned together. To release:
- Update the
versionfield in all threepackage.jsonfiles to the same version - Push a tag:
git tag v1.0.0 && git push origin v1.0.0 - The release workflow publishes all packages to npm and creates a GitHub release
MIT