feat: adding linter for commits
This commit is contained in:
7
node_modules/@commitlint/lint/lib/commit-message.d.ts
generated
vendored
Normal file
7
node_modules/@commitlint/lint/lib/commit-message.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface CommitMessageData {
|
||||
header: string;
|
||||
body?: string | null;
|
||||
footer?: string | null;
|
||||
}
|
||||
export declare const buildCommitMesage: ({ header, body, footer, }: CommitMessageData) => string;
|
||||
//# sourceMappingURL=commit-message.d.ts.map
|
||||
Reference in New Issue
Block a user