7 lines
171 B
TypeScript
7 lines
171 B
TypeScript
|
|
// eslint-disable-next-line n/no-extraneous-import
|
||
|
|
import type { UserConfig } from '@commitlint/types';
|
||
|
|
|
||
|
|
declare const userConfig: UserConfig;
|
||
|
|
|
||
|
|
export default userConfig;
|