Skip to content

Commit db04b79

Browse files
committed
refactor: change exporting type
1 parent 07b3542 commit db04b79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commitlint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
module.exports = { extends: ["@commitlint/config-conventional"] };
1+
// eslint-disable-next-line import/no-anonymous-default-export
2+
export default { extends: ["@commitlint/config-conventional"] };

0 commit comments

Comments
 (0)