"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); exports.default = (0, utils_1.createRule)('spaced-html-comment', { meta: { docs: { description: 'enforce consistent spacing after the `` in a HTML comment', category: 'Stylistic Issues', recommended: false, conflictWithPrettier: false }, fixable: 'whitespace', schema: [ { enum: ['always', 'never'] } ], messages: { expectedSpaceBefore: "Expected space or tab before '-->' in comment.", expectedSpaceAfter: "Expected space or tab after '' in comment.", unexpectedSpaceAfter: "Unexpected space or tab after '