New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@lobehub/commitlint-config

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lobehub/commitlint-config

Commitlint configuration for LobeHub projects

latest
Source
npmnpm
Version
2.1.5
Version published
Maintainers
6
Created
Source

@lobehub/commitlint-config

Commitlint configuration for LobeHub projects

Features

  • Gitmoji commit convention
  • Enforces consistent commit message format
  • Compatible with semantic-release

Installation

pnpm add -D @lobehub/commitlint-config @commitlint/cli

Usage

Create commitlint.config.js (or .commitlintrc.js) in your project root:

import config from '@lobehub/commitlint-config';

export default config;

Or for CommonJS:

module.exports = require('@lobehub/commitlint-config').default;

Commit Format

:emoji: type(scope): subject

body

footer

Examples

:sparkles: feat(auth): add OAuth2 support

Implement OAuth2 authentication flow with Google and GitHub providers.

Closes #123
:bug: fix(api): resolve race condition in data fetching
:memo: docs: update installation guide

Setting Up Git Hooks

With Husky:

pnpm add -D husky
pnpm husky init
echo "pnpm commitlint --edit \$1" > .husky/commit-msg

Requirements

  • Node.js >= 18
  • @commitlint/cli >= 19.0.0

License

MIT © LobeHub

FAQs

Package last updated on 13 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts