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