textlint
Version:
The pluggable linting tool for text and markdown.
8 lines • 589 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.loadFixerFormatter = exports.loadLinterFormatter = void 0;
const fixer_formatter_1 = require("@textlint/fixer-formatter");
Object.defineProperty(exports, "loadFixerFormatter", { enumerable: true, get: function () { return fixer_formatter_1.loadFormatter; } });
const linter_formatter_1 = require("@textlint/linter-formatter");
Object.defineProperty(exports, "loadLinterFormatter", { enumerable: true, get: function () { return linter_formatter_1.loadFormatter; } });
//# sourceMappingURL=formatter.js.map
;