Skip to content
Snippets Groups Projects
commitlint.config.js 72 B
Newer Older
  • Learn to ignore specific revisions
  • module.exports = {
        extends: ['@commitlint/config-conventional'],
    };