Skip to content

Commit

Permalink
fix: update commitlint config to use mjs syntax (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-smith-tcril authored Feb 19, 2025
1 parent b1bc0ea commit 5c83bdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edx_lint/files/commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
const Configuration = {
extends: ['@commitlint/config-conventional'],

helpUrl: 'https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html',
Expand Down Expand Up @@ -29,3 +29,5 @@ module.exports = {
// https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts
],
};

export default Configuration;

0 comments on commit 5c83bdc

Please sign in to comment.