From 4c38f2534036e042fd90aceeafc796dbb1ba9ffc Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Wed, 17 Jan 2024 22:50:52 +0700 Subject: [PATCH] chore: change commitlint config to use esm --- .commitlintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.commitlintrc.js b/.commitlintrc.js index 3e16e7f..df53c3d 100755 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -1,3 +1,3 @@ -module.exports = { +export default { extends: ['@commitlint/config-conventional'], }