student life social platform

chore: bump max commit header length

Changed files
+1
+1
commitlint.config.cjs
··· 1 1 module.exports = { 2 2 extends: ['@commitlint/config-conventional'], 3 3 rules: { 4 + 'header-max-length': [1, 'always', 200], 4 5 'body-max-line-length': [1, 'always', Infinity], 5 6 }, 6 7 };