UNPKG

168 BJavaScriptView Raw
1/* eslint-env node */
2'use strict';
3
4module.exports = {
5 extends: ['@commitlint/config-conventional'],
6 rules: {
7 'header-max-length': [0, 'always', 288],
8 },
9};