chore: change commitlint config to use esm

This commit is contained in:
PalmDevs
2024-01-17 22:50:52 +07:00
parent d806b001e0
commit 4c38f25340

View File

@@ -1,3 +1,3 @@
module.exports = {
export default {
extends: ['@commitlint/config-conventional'],
}