Major Changes (v1.0.0)
aaf60e9
- Minify build output using cjs output
Uses a prebuild and post-build step to enforce cjs compilation for nodejs support.
Removes test files from the build bundle.
BREAKING!: previous implementations of @kevintyj/prlint is now deprecated, no support for mjs is provided due to upstream limitation.
This stable release does not include ability to customize commitlint configuration without access to the repository (defaults to: commitlint.config.js)
by @kevintyj