Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 126 Bytes

commitlint.md

File metadata and controls

9 lines (6 loc) · 126 Bytes

Commitlint

Config

commitlint.config.js

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