feat: adding linter for commits
This commit is contained in:
6
node_modules/@commitlint/cli/lib/cli-error.d.ts
generated
vendored
Normal file
6
node_modules/@commitlint/cli/lib/cli-error.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare class CliError extends Error {
|
||||
__proto__: ErrorConstructor;
|
||||
type: string;
|
||||
constructor(message: string, type: string);
|
||||
}
|
||||
//# sourceMappingURL=cli-error.d.ts.map
|
||||
Reference in New Issue
Block a user