Provide a defineConfig function for Commitlint.
bun i -D @archoleat/commitlint-define-configAdd the following code to the commitlint.config.ts or commitlint.config.js
file:
import { defineConfig } from '@archoleat/commitlint-define-config';
export default defineConfig({})Please read CONTRIBUTING to start contributing.
This project is licensed under the MIT license.