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

@actinc/commitlint-config

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actinc/commitlint-config

ACT standard commit lint configuration

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
3
Weekly downloads
 
Created
Source

id: commitlint-config sidebar_position: 4

@actinc/commitlint-config

This is the standard configuration for the commitlint tool. This works in conjunction with a git commit hook tool like husky.

The configuration is based on conventional-commits with ACT specific rules configured.

Installation

npm install --save-dev @actinc/commitlint-config

Configuration

The easiest way to register this configuration is by adding a setting to the package.json file.


// package.json
{
  // ... other settings
  "commitlint": {"extends": ["@actinc"]},
}

Alternatively, you can install the configuration be creating a commitlint configuration file in the root of your source code.

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

Keywords

FAQs

Package last updated on 27 Jul 2022

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