@commitlint/cz-commitlint
Version:
Commitizen adapter using the commitlint.config.js
7 lines • 366 B
TypeScript
import { QualifiedRules } from '@commitlint/types';
import type { Rule } from '../types.js';
export declare function getRule(key: string, property: string): Rule | undefined;
export declare function setRules(newRules: QualifiedRules): void;
export type GetRuleMethod = typeof getRule;
export type SetRulesMethod = typeof setRules;
//# sourceMappingURL=rules.d.ts.map