feat: adding linter for commits
This commit is contained in:
9
node_modules/@commitlint/read/lib/read.d.ts
generated
vendored
Normal file
9
node_modules/@commitlint/read/lib/read.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
interface GetCommitMessageOptions {
|
||||
cwd?: string;
|
||||
from?: string;
|
||||
to?: string;
|
||||
edit?: boolean | string;
|
||||
}
|
||||
export default function getCommitMessages(settings: GetCommitMessageOptions): Promise<string[]>;
|
||||
export {};
|
||||
//# sourceMappingURL=read.d.ts.map
|
||||
Reference in New Issue
Block a user