chore: rename commitlint config to mjs so esm rules actually load

commitlint.config.js uses export default but the package is CommonJS,
so the loader silently fell back to an empty ruleset and rejected every
commit with empty-rules. The .mjs extension loads under node and bun.

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
eehkay
2026-07-18 09:15:04 -07:00
co-authored by Claude Fable 5
parent 33008d33ad
commit d405fc09da