feat: adding linter for commits
This commit is contained in:
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
|
Reference in New Issue
Block a user