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

commitlint-config-jira

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commitlint-config-jira - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

4

package.json
{
"name": "commitlint-config-jira",
"description": "A recomended config who contain preconfigured rules for jira commits messages style",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",

@@ -53,3 +53,3 @@ "author": {

},
"gitHead": "eaf7bad54d1f52f0f788dc37304c9f800c5d618f"
"gitHead": "6cce46d982421346f3ad36fcab8ec4cdbc6f0daa"
}

@@ -5,5 +5,9 @@ <div align="center">

<h1>commitlint-config-jira</h1>
<p>A <b>recomended</b> config who contain preconfigured rules for jira commits messages style. Part of <a href="https://github.com/Gherciu/commitlint-jira">commitlint-jira</a> monorepo.</p>
<p>commitlint-config-jira checks if your commit messages meet the Jira conventional commit format.</p>
</div>
> The author of this package is looking for a job opportunity to make some 💴 for a living.
> If you have any offers reach me out on [LinkedIn](https://www.linkedin.com/in/gherciu/) or [Mail](mailto:gherciu553@gmail.com).
> Thanks in advance!
[![GitHub](https://img.shields.io/github/license/Gherciu/commitlint-jira)](https://github.com/Gherciu/commitlint-jira/blob/master/LICENSE)

@@ -37,2 +41,10 @@ [![Multipack](https://img.shields.io/badge/Generated%20from-Gherciu%2Fmultipack-green)](https://github.com/Gherciu/multipack)

Run the following in your terminal to create the proper hook.
```bash
npx husky add .husky/commit-msg 'commitlint --edit $1'
```
For version 4 and under of Husky use the following syntax instead in your `package.json`.
```json

@@ -39,0 +51,0 @@ // package.json

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