@archoleat/commitlint-define-config
v1.1.1
Published
Provide a defineConfig function for Commitlint
Downloads
529
Maintainers
Readme
Commitlint Define Config
Table of Contents
Provide a defineConfig function for Commitlint.
Installation
bun i -D @archoleat/commitlint-define-configUsage
Add the following code to the commitlint.config.ts or commitlint.config.js
file:
import { defineConfig } from '@archoleat/commitlint-define-config';
export default defineConfig({})Contributing
Please read CONTRIBUTING to start contributing.
License
This project is licensed under the MIT license.
