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
nextjs-auth0/commitlint.config.ts
2024-06-20 23:47:43 +02:00

4 lines
69 B
TypeScript

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