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', 'revert',
'style', 'style',
'test', 'test',
'tests',
], ],
], ],
}, },
@ -75,6 +76,11 @@ module.exports = {
title: 'Tests', title: 'Tests',
emoji: '🚨', emoji: '🚨',
}, },
tests: {
description: 'Adding missing tests or correcting existing tests',
title: 'Tests',
emoji: '🚨',
},
build: { build: {
description: description:
'Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)', 'Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)',