We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d344ad1 commit 3b4356bCopy full SHA for 3b4356b
commitlint.config.js renamed to commitlint.config.mjs
@@ -1,4 +1,4 @@
1
-module.exports = {
+export default {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
// Allow sentence case commit messages
0 commit comments