* fix: catelog * fix: system * chore: sync upstream changes * types: add commitlint config declaration
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;
|