textlint
Version:
The pluggable linting tool for text and markdown.
17 lines • 508 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PackageNamePrefix = void 0;
/**
* Package name prefix list
* It is used for shortcut name.
*
* For example, textlint plugin package start with textlint-plugin prefix.
*/
exports.PackageNamePrefix = {
config: "textlint-config-",
rule: "textlint-rule-",
filterRule: "textlint-filter-rule-",
rulePreset: "textlint-rule-preset-",
plugin: "textlint-plugin-"
};
//# sourceMappingURL=package-prefix.js.map
;