forked from mirror/codesnap.nvim
4 lines
196 B
JavaScript
4 lines
196 B
JavaScript
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",
|
|
};
|