diff --git a/commitlint.config.js b/.commitlintrc.js similarity index 95% rename from commitlint.config.js rename to .commitlintrc.js index 7f2b84a..f8a39ba 100644 --- a/commitlint.config.js +++ b/.commitlintrc.js @@ -30,6 +30,7 @@ module.exports = { 'revert', 'style', 'test', + 'tests', ], ], }, @@ -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)',