UNPKG

@textlint/kernel

Version:
12 lines 280 B
/** * TextLintMessage type * @typedef {Object} MessageType * @type {{lint: string, ignore: string}} */ export default { // Linting(also include Fix) Message Type lint: "lint", // Ignoring Message Type ignore: "ignore" }; //# sourceMappingURL=MessageType.js.map