Files

7 lines
171 B
TypeScript
Raw Permalink Normal View History

2026-07-08 15:08:41 +08:00
// eslint-disable-next-line n/no-extraneous-import
import type { UserConfig } from '@commitlint/types';
declare const userConfig: UserConfig;
export default userConfig;