Skip to content

Commit 26ff0e0

Browse files
committed
chore: switch to ESM
1 parent 47139d3 commit 26ff0e0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// COMMITLINT //
33
// ============================================================================================= //
44

5-
module.exports = {
5+
export default {
66
extends: [
77
'@commitlint/config-conventional'
88
]

jest.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
module.exports = {
1+
// ============================================================================================= //
2+
// JEST //
3+
// ============================================================================================= //
4+
5+
export default {
26
'testEnvironment': 'jest-environment-node-single-context',
37
'moduleFileExtensions': [
48
'js',

0 commit comments

Comments
 (0)