textlint-message-to-codemirror
JSON →Convert textlint's messages to CodeMirror lint annotations. Current stable version is 1.0.0. This package is a small utility with no active release cadence (last release is original). It provides a simple function to transform textlint result objects into CodeMirror-compatible lint objects, mapping severity numbers (1 warning, 2 error) and converting from 1-based line/column to 0-based positions. It is a niche tool for integrating textlint linting output into CodeMirror editors.