UNPKG

htmlhint-plugin-blocked-words

Version:

An [HTMLHint](https://htmlhint.com/) plugin that allows users to block arbitrary phrases in HTML code.

8 lines (7 loc) 174 B
export declare type BlockWordsOptions = { all?: string[]; attributeNames?: string[]; attributeValues?: string[]; tagNames?: string[]; text?: string[]; };