chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:30:52 +08:00
commit 941cbf0581
301 changed files with 109439 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [2, 'always', [
'feat', 'fix', 'config', 'docs', 'style', 'refactor', 'test', 'build', 'ci', 'chore', 'revert', 'del'
]],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never']
}
};