Socket
Socket
Sign inDemoInstall

@episource/commitlint-config

Package Overview
Dependencies
8
Maintainers
17
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @episource/commitlint-config

Commitlint rules for Episource JS repositories


Version published
Maintainers
17
Created

Readme

Source

@episource/commitlint-config

A commitlint config profile for Episource.

Install

npm i -D @episource/commitlint-config

Usage

Run the following from your project root:

echo "module.exports = {extends: ['@episource/commitlint-config']}" > commitlint.config.js

Custom Rules

  • @episource/dependencies - Use to enforce the presence of a dependencies array in a commit subject, e.g. feat: thing [api]. An empty array should be used if there are no dependencies.
  • @episource/story-link - Use to enforce the presence of a story link in the commit scope, e.g. feat(sc-123): thing.

FAQs

Last updated on 16 Oct 2023

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