You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
snabbdom/commitlint.config.json

22 lines
330 B
JSON

{
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"scope-empty": [2, "never"],
"scope-enum": [2, "always", [
"commitlint",
"deps",
"docs",
"eslint",
"exports",
"format",
"git",
"package",
"relic",
"typescript",
"vscode"
]]
}
}