@commitlint/ensure
Version:
Lint your commit messages
11 lines • 441 B
TypeScript
import ensureCase from "./case.js";
import ensureEnum from "./enum.js";
import maxLength from "./max-length.js";
import maxLineLength from "./max-line-length.js";
import minLength from "./min-length.js";
import notEmpty from "./not-empty.js";
import toCase from "./to-case.js";
export { ensureCase as case };
export { ensureEnum as enum };
export { maxLength, maxLineLength, minLength, notEmpty, toCase };
//# sourceMappingURL=index.d.ts.map