Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/config-patternplate

Package Overview
Dependencies
Maintainers
4
Versions
91
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

  • 18.6.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Lint your commits, patternplate-style

@commitlint/config-patternplate

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 docs/rules for a list of available rules.

Keywords

FAQs

Package last updated on 25 Jan 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc