UNPKG

textlint

Version:

The pluggable linting tool for text and markdown.

16 lines 355 B
// LICENSE : MIT "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SeverityLevel = void 0; /** * Severity level * It is used in configuration and message * @typedef {Object} SeverityLevel */ exports.SeverityLevel = { none: 0, info: 0, warning: 1, error: 2 }; //# sourceMappingURL=SeverityLevel.js.map