UNPKG

htmlhint-plugin-blocked-words

Version:

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

4 lines (3 loc) 143 B
import { CustomRule } from './create-rule'; export declare const allRules: CustomRule<unknown>[]; export declare function addAllRules(): void;