3.2.1 • Published 4 months ago

@spear-ai/commitlint-config v3.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@spear-ai/commitlint-config

A commitlint config.

Installation

yarn add -D @spear-ai/commitlint-config @commitlint/types commitlint

Usage

Add the following to your commitlint.config.ts file:

import type { UserConfig } from "@commitlint/types";

const commitlintConfig: UserConfig = {
  extends: ["@spear-ai/commitlint-config"],
};

export default commitlintConfig;
3.2.1

4 months ago

3.2.0

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.2.0

1 year ago

2.1.0

2 years ago