Skip to content

Commit

Permalink
Move commitlint.config.js to hidden .commitlintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi authored and Jakuje committed Jun 15, 2023
1 parent b7bf1ec commit 9f26414
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions commitlint.config.js → .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = {
'revert',
'style',
'test',
'tests',
],
],
},
Expand Down Expand Up @@ -75,6 +76,11 @@ module.exports = {
title: 'Tests',
emoji: '🚨',
},
tests: {
description: 'Adding missing tests or correcting existing tests',
title: 'Tests',
emoji: '🚨',
},
build: {
description:
'Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)',
Expand Down

0 comments on commit 9f26414

Please sign in to comment.