Socket
Socket
Sign inDemoInstall

@actinc/commitlint-config

Package Overview
Dependencies
0
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @actinc/commitlint-config

ACT standard commit lint configuration


Version published
Maintainers
3
Created

Readme

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

Last updated on 27 Jul 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