New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

commitlint-config-cozy

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commitlint-config-cozy

Shareable commitlint config enforcing the cozy commit convention

  • 0.14.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
decreased by-69.62%
Maintainers
0
Weekly downloads
 
Created
Source

Commitlint Config Cozy

Shareable commitlint config enforcing the cozy commit convention

Documentations

  • Cozy commit documentation on Cozy Guideline
  • Commitlint

How to add it on your project

  • Add the library on your dev dependency (yarn add commitlint-config-cozy --dev --exact)
  • Add configuration on your package.json (see an example):
"commitlint": {
  "extends": [
    "cozy"
  ]
}
  • Add verification during a commit with husky (> 1.0.0) on your package.json (see an example):
"husky": {
  "hooks": {
    "commit-msg": "commitlint -e $GIT_PARAMS"
  }
}

Community

What's Cozy?


Cozy is a platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

Get in touch

You can reach the Cozy Community by:

Maintainers

The maintainer for Commitlint Config Cozy is kosssi !

License

commitlint-config-cozy is distributed under the MIT license.

FAQs

Package last updated on 06 Nov 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