auto-gpt-web / commitlint.config.cjs
googlesprojectzero's picture
Upload 21 files
b3594fb verified
raw
history blame contribute delete
69 Bytes
module.exports = {
extends: ["@commitlint/config-conventional"]
};