Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@archoleat/commitlint-define-config

archoleat641MIT1.1.1TypeScript support: included

Provide a defineConfig function for Commitlint

archoleat-commitlint-define-config, archoleat, commitlint-config, commitlint-define-config, commitlint, config, configuration, define-config, plugin, typescript

readme

Commitlint Define Config

NPM Version NPM Downloads Specs Commitlint Editorconfig Prettier ESLint Remark

Table of Contents

Provide a defineConfig function for Commitlint.

Installation

bun i -D @archoleat/commitlint-define-config

Usage

See Commitlint Configuration.

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.

changelog