Skip to content

Commit

Permalink
feat(config): adds commitLint reference config (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 authored Dec 9, 2024
1 parent 357128b commit ef04c68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/commitlint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ export const commitLintConfig = {
],
},
};

export const commitLintReferenceRequiredConfig = {
...commitLintConfig,
rules: {
...commitLintConfig.rules,
'references-empty': [2, 'never'],
},
};

0 comments on commit ef04c68

Please sign in to comment.