UNPKG

ai-coding-assistants-setup

Version:

Setup tool for integrating AI coding assistants into development workflows

11 lines 254 B
module.exports = { extends: ["@commitlint/config-conventional"], rules: { 'body-max-line-length': [2, 'always', 300], 'subject-case': [ 2, 'never', ['sentence-case', 'start-case', 'pascal-case', 'upper-case'], ], }, };