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

Package detail

@archoleat/commitlint-define-config

archoleat1.1kMIT1.1.0TypeScript 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 ESM Provenance CodeQL Specs Commitlint Editorconfig Prettier ESLint Remark

Table of Contents

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

Changelog

1.1.0 (2024-09-28)

Features

Code Refactoring

1.0.12 (2024-09-22)

Code Refactoring

Documentation

1.0.11 (2024-08-30)

Bug Fixes

Code Refactoring

1.0.10 (2024-08-18)

Code Refactoring

Documentation

1.0.9 (2024-08-09)

Code Refactoring

1.0.8 (2024-08-06)

Code Refactoring

1.0.7 (2024-04-09)

Code Refactoring

1.0.6 (2024-04-08)

Code Refactoring

1.0.5 (2024-04-08)

Code Refactoring

1.0.4 (2024-04-05)

Code Refactoring

  • architecture: rename define-config to index (#23) (01a3392)

1.0.3 (2024-04-04)

Code Refactoring

1.0.2 (2024-03-28)

Code Refactoring

1.0.1 (2024-03-28)

Code Refactoring

Documentation

1.0.0 (2024-03-20)

Features