My shareable commitlint configuration.
npm install --save-dev @arphi/commitlint-configIn your commitlint configuration file (e.g. commitlint.config.js), add the following:
/** @type {import('commitlint').Config} */
export default {
extends: ["@arphi"],
};Consider reading Conventional Commits if you choose to use this package.