🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@commitlint/config-patternplate

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/config-patternplate

Lint your commits, patternplate-style

latest
Source
npmnpm
Version
20.2.0
Version published
Weekly downloads
960
-60.67%
Maintainers
4
Weekly downloads
 
Created
Source

@commitlint/config-patternplate

Lint your commits, patternplate-style

Shareable commitlint config enforcing the patternplate commit convention. Use with @commitlint/cli and @commitlint/prompt-cli.

Getting started

npm install --save-dev @commitlint/config-patternplate @commitlint/cli
echo "module.exports = {extends: ['@commitlint/config-patternplate']};" > commitlint.config.js

Rules

@commitlint/config-patternplate extends the shareable angular config. Additionally these rules apply:

Problems

The following rules are considered problems for @commitlint/config-patternplate and will yield a non-zero exit code when not met.

scope-enum

  • description: scope is found in value
  • rule: always
  • value: determined based on pattern tree. system and all pattern ids present in patterns are allowed

Consult Rules reference for a list of available rules.

Keywords

conventional-changelog

FAQs

Package last updated on 05 Dec 2025

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