import { createRule } from '../utils/index.js'; export default 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 '