chore: pull config files out of package.json

This commit is contained in:
iCrawl
2021-06-01 00:06:52 +02:00
parent b212b64214
commit 7f0d93a2da
6 changed files with 1623 additions and 48 deletions

26
.commitlintrc.json Normal file
View File

@@ -0,0 +1,26 @@
{
"extends": ["@commitlint/config-angular"],
"rules": {
"scope-case": [2, "always", "pascal-case"],
"type-enum": [
2,
"always",
[
"chore",
"build",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
"types",
"workflow",
"wip"
]
]
}
}