Socket
Socket
Sign inDemoInstall

@applint/commitlint-config

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applint/commitlint-config

阿里巴巴大淘宝前端 Commitlint 可共享配置。


Version published
Weekly downloads
150
increased by141.94%
Maintainers
2
Weekly downloads
 
Created
Source

@applint/commitlint-config

阿里巴巴大淘宝前端 Commitlint 可共享配置。参考 commitlint-config-ali

安装

npm install @applint/commitlint-config @commitlint/cli --save-dev

使用

创建 commitlint.config.js 并加入以下配置:

// commitlint.config.js
module.exports = {
  extends: ['@applint/commitlint-config'],
};

Git Hooks

安装 husky

npm install husky --save-dev

查看 husky 文档 以快速使用 Git Hooks。

Keywords

FAQs

Package last updated on 21 Apr 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