The root package.json sets "type": "module", so Node treated commitlint.config.js as ESM and threw "module is not defined" when loading the CommonJS module.exports — the config never applied. Switch to `export default` so the conventional filename stays valid and the rules are actually enforced by the CLI.
1.1 KiB
1.1 KiB