UNPKG

conventional-changelog-lint

Version:

Lint commit messages against a conventional-changelog preset and ruleset

11 lines (8 loc) 222 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (value, max) { return typeof value === 'string' && value.length <= max; }; module.exports = exports['default'];