SigNozcommitlint.config.ts - Overview
- Overview
- This file configures commitlint to use the
@commitlint/config-conventional
preset.
- Detailed Documentation
- The file exports a configuration object for commitlint.
- Purpose: To define the commitlint configuration.
- Returns: An object that tells commitlint to extend the conventional configuration.
- Code Examples
- Clarity and Accuracy
- The configuration is straightforward and directly uses a standard preset.
- Markdown & MDX Perfection
- All markdown rules are followed.
- Edge Cases To Avoid Breaking MDX:
- Getting Started Relevance
Include in Getting Started: NO