This repository has been archived on 2026-02-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
diarywhisper/commitlint.config.ts

4 lines
69 B
TypeScript

module.exports = {
extends: ['@commitlint/config-conventional']
};