From 3755821356700ceff4ae552176c7b0c6dfd71abb Mon Sep 17 00:00:00 2001 From: literat Date: Wed, 21 Aug 2024 09:13:11 +0200 Subject: [PATCH] Style(repo): Introduce commit scope for exporter of SCSS variables --- .commitlintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.commitlintrc.js b/.commitlintrc.js index b9ab9e8687..da193f757f 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -24,6 +24,7 @@ module.exports = { 'exporter-js', 'exporter-scss', 'exporter-svg', + 'exporter-variables-scss', // Use when committing changes/additions/removals to exact config 'jest-config', 'prettier-config',