2026-08-13 8f0b74144a824c302326fee92081565f16ffde92
1
2
3
4
5
6
// eslint-disable-next-line n/no-extraneous-import
import type { UserConfig } from '@commitlint/types';
 
declare const userConfig: UserConfig;
 
export default userConfig;