This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pdf-text-parsing/commitlint.config.ts
2024-05-07 21:52:38 +02:00

4 lines
69 B
TypeScript

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