feat: adding linter for commits
This commit is contained in:
2
node_modules/@commitlint/to-lines/lib/index.d.ts
generated
vendored
Normal file
2
node_modules/@commitlint/to-lines/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export default function toLines(input: string): string[];
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
1
node_modules/@commitlint/to-lines/lib/index.d.ts.map
generated
vendored
Normal file
1
node_modules/@commitlint/to-lines/lib/index.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,CAMvD"}
|
||||
10
node_modules/@commitlint/to-lines/lib/index.js
generated
vendored
Normal file
10
node_modules/@commitlint/to-lines/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function toLines(input) {
|
||||
if (typeof input !== 'string') {
|
||||
return [];
|
||||
}
|
||||
return input.split(/(?:\r?\n)/);
|
||||
}
|
||||
exports.default = toLines;
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/@commitlint/to-lines/lib/index.js.map
generated
vendored
Normal file
1
node_modules/@commitlint/to-lines/lib/index.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,SAAwB,OAAO,CAAC,KAAa;IAC5C,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;QAC9B,OAAO,EAAE,CAAC;KACV;IAED,OAAO,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;AACjC,CAAC;AAND,0BAMC"}
|
||||
Reference in New Issue
Block a user