From 9f26414a37ce5fe5183350fc7472f0f3b780bbe1 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Fri, 9 Jun 2023 17:11:36 +0200 Subject: [PATCH] Move commitlint.config.js to hidden .commitlintrc.js --- commitlint.config.js => .commitlintrc.js | 6 ++++++ 1 file changed, 6 insertions(+) rename commitlint.config.js => .commitlintrc.js (95%) 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)',