UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

4 lines 253 B
import { loadFormatter as loadFixerFormatter } from "@textlint/fixer-formatter"; import { loadFormatter as loadLinterFormatter } from "@textlint/linter-formatter"; export { loadLinterFormatter, loadFixerFormatter }; //# sourceMappingURL=formatter.js.map