Socket
Socket
Sign inDemoInstall

@namics/commitlint-conventional-changelog

Package Overview
Dependencies
119
Maintainers
8
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @namics/commitlint-conventional-changelog

Shareable commitlint config enforcing conventional commits


Version published
Maintainers
8
Install size
3.10 kB
Created

Readme

Source

@namics/commitlint-conventional-changelog npm version

Shareable commitlint config enforcing convention commits.

Usage

npm install --save-dev husky @commitlint/cli @namics/commitlint-conventional-changelog

package.json

  ...
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
	},
	...
  },
  "commitlint": {
    "extends": [
      "@namics/commitlint-conventional-changelog"
    ]
  },
  ...

License

MIT License

FAQs

Last updated on 18 Nov 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc