mirror of
https://github.com/chrisbenincasa/tunarr
synced 2026-04-21 13:37:15 +00:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import type { UserConfig } from '@commitlint/types';
|
|
|
|
const Config: UserConfig = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
};
|
|
|
|
export default Config;
|