@hint/formatter-stylish
Version:
webhint formatter that prints the results using the stylish style
3 lines • 444 B
TypeScript
export declare type MessageName = 'line' | 'capitalizederror' | 'capitalizedhint' | 'capitalizedinformation' | 'capitalizedwarning' | 'col' | 'error' | 'errors' | 'hint' | 'hints' | 'information' | 'informations' | 'partialFound' | 'totalFound' | 'warning' | 'warnings';
export declare const getMessage: (message: MessageName, language: string, substitutions?: string | string[] | undefined) => string;
//# sourceMappingURL=i18n.import.d.ts.map