Skip to content

Commit

Permalink
chore(config): update commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 3, 2021
1 parent d598abb commit 2d17f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
parserPreset: "conventional-changelog-conventionalcommits",
extends: ["@commitlint/config-conventional"],
rules: {
"scope-enum": [2, "always", ["core", "sql", "config", "deps", "misc"]]
"scope-enum": [2, "always", ["core", "config", "deps", "misc"]]
}
};

0 comments on commit 2d17f51

Please sign in to comment.