From 2fce43cbb13ec1db1d8c8d0ff72d57613096af5d Mon Sep 17 00:00:00 2001 From: Nargonath Date: Fri, 20 Oct 2023 14:45:07 +0400 Subject: [PATCH] style(format): run prettier on codebase related to #5 --- commitlint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitlint.config.js b/commitlint.config.js index 26a88cb..69b4242 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,3 +1,3 @@ module.exports = { - extends: ["@commitlint/config-conventional"], + extends: ["@commitlint/config-conventional"], };