Socket
Socket
Sign inDemoInstall

@commitlint/config-patternplate

Package Overview
Dependencies
Maintainers
0
Versions
90
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


Version published
Weekly downloads
49
decreased by-71.84%
Maintainers
0
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

FAQs

Package last updated on 11 Sep 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