textlint
Version:
The pluggable linting tool for text and markdown.
14 lines • 400 B
JavaScript
/**
* Package name prefix list
* It is used for shortcut name.
*
* For example, textlint plugin package start with textlint-plugin prefix.
*/
export const PackageNamePrefix = {
config: "textlint-config-",
rule: "textlint-rule-",
filterRule: "textlint-filter-rule-",
rulePreset: "textlint-rule-preset-",
plugin: "textlint-plugin-"
};
//# sourceMappingURL=package-prefix.js.map