UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

5 lines (3 loc) 217 B
import { loadFormatter as loadFixerFormatter } from "@textlint/fixer-formatter"; import { loadFormatter as loadLinterFormatter } from "@textlint/linter-formatter"; export { loadLinterFormatter, loadFixerFormatter };