mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import type { UserConfig } from '@commitlint/types';
|
|
|
|
const Config: UserConfig = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
};
|
|
|
|
export default Config;
|