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

28 lines
439 B
JSON

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