UNPKG

bento-auth-js

Version:

Authentication library for web applications of Bento-Platform

26 lines (25 loc) 548 B
export default { extends: ["@commitlint/config-conventional"], rules: { "type-enum": [ 2, "always", [ // default set: "build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", // bento added: "lint", ], ], }, };