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) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createHtmlHintRule = void 0; function createHtmlHintRule(inputRule) { return inputRule; } exports.createHtmlHintRule = createHtmlHintRule;