chore: add EVERYTHING

This commit is contained in:
2026-03-22 17:43:55 -05:00
parent 5ea7bb8f95
commit 91fa272fe6
11 changed files with 3715 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"scope-enum": [2, "always", ["core", "global", "api", "ui", "dalpuri"]],
},
};