codesnap.nvim/commitlint.config.js

5 lines
196 B
JavaScript
Raw Normal View History

2024-02-12 22:05:36 -08:00
module.exports = {
// This line config will read the NPM package named "commitlint-config-wizardoc", so please make sure you have installed it before config this line.
extends: "wizardoc",
};