Skip to content

Commit 52fb79f

Browse files
committed
feat: migrate to esm
1 parent 2525f67 commit 52fb79f

File tree

7 files changed

+556
-18
lines changed

7 files changed

+556
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module.exports = {
1+
export default {
22
extends: ["@commitlint/config-conventional"],
33
}

jest.config.js renamed to jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
testMatch: ["**/*.test.ts"],
33
transform: {
44
"^.+\\.tsx?$": "ts-jest",

0 commit comments

Comments
 (0)