mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-26 19:36:29 +00:00
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",
|
|
};
|