UNPKG

280 BJavaScriptView Raw
1/**
2 * Documentation
3 * - https://commitlint.js.org/
4 * - https://commitlint.js.org/#/concepts-commit-conventions
5 * - https://commitlint.js.org/#/reference-configuration
6 */
7module.exports = {
8 extends: ['@commitlint/config-conventional'],
9 formatter: '@commitlint/format',
10};