This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
lilbetter.js/commitlint.config.cjs

7 lines
186 B
JavaScript
Raw Permalink Normal View History

/* eslint-disable import/no-commonjs */
/** @type {import('@commitlint/types').UserConfig) */
const config = { extends: ['@commitlint/config-conventional'] };
module.exports = config;