export declare const HtmlEnable: readonly ["enable", {
readonly "@html-eslint/no-duplicate-attrs": "error";
readonly "@html-eslint/no-duplicate-id": "error";
readonly "@html-eslint/no-extra-spacing-text": readonly ["error", {
readonly skip: readonly [];
}];
readonly "@html-eslint/no-inline-styles": "off";
readonly "@html-eslint/no-obsolete-tags": "error";
readonly "@html-eslint/no-restricted-attr-values": "off";
readonly "@html-eslint/no-restricted-attrs": "off";
readonly "@html-eslint/no-script-style-type": "off";
readonly "@html-eslint/no-target-blank": "error";
readonly "@html-eslint/require-attrs": "off";
readonly "@html-eslint/require-button-type": "error";
readonly "@html-eslint/require-closing-tags": readonly ["error", {
readonly selfClosing: "never";
readonly selfClosingCustomPatterns: readonly [""];
}];
readonly "@html-eslint/require-doctype": "error";
readonly "@html-eslint/require-li-container": "error";
readonly "@html-eslint/require-meta-charset": "error";
readonly "@html-eslint/no-multiple-h1": "error";
readonly "@html-eslint/require-lang": "error";
readonly "@html-eslint/require-meta-description": "off";
readonly "@html-eslint/require-open-graph-protocol": "off";
readonly "@html-eslint/require-title": "off";
readonly "@html-eslint/no-abstract-roles": "error";
readonly "@html-eslint/no-accesskey-attrs": "error";
readonly "@html-eslint/no-aria-hidden-body": "error";
readonly "@html-eslint/no-non-scalable-viewport": "error";
readonly "@html-eslint/no-positive-tabindex": "error";
readonly "@html-eslint/no-skip-heading-levels": "error";
readonly "@html-eslint/require-frame-title": "error";
readonly "@html-eslint/require-img-alt": readonly ["error", {
readonly substitute: readonly [];
}];
readonly "@html-eslint/require-meta-viewport": "error";
readonly "@html-eslint/attrs-newline": readonly ["error", {
readonly ifAttrsMoreThan: 0;
readonly closeStyle: "sameline";
}];
readonly "@html-eslint/element-newline": readonly ["error", {
readonly skip: readonly ["head"];
readonly inline: readonly ["$inline"];
}];
readonly "@html-eslint/id-naming-convention": "off";
readonly "@html-eslint/indent": readonly ["error", 2];
readonly "@html-eslint/lowercase": "error";
readonly "@html-eslint/no-extra-spacing-attrs": readonly ["error", {
readonly enforceBeforeSelfClose: true;
readonly disallowMissing: true;
readonly disallowTabs: true;
readonly disallowInAssignment: true;
}];
readonly "@html-eslint/no-multiple-empty-lines": readonly ["error", {
readonly max: 1;
}];
readonly "@html-eslint/no-trailing-spaces": "error";
readonly "@html-eslint/quotes": readonly ["error", "double"];
readonly "@html-eslint/sort-attrs": "off";
}];
//# sourceMappingURL=enable.d.ts.map