Move commitlint.config.js to hidden .commitlintrc.js

This commit is contained in:
Sergei Petrosian 2023-06-09 17:11:36 +02:00 committed by Jakub Jelen
parent b7bf1ec02d
commit 9f26414a37

View file

@ -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)',