Skip to content

Commit de1a6f9

Browse files
committed
fix(idclassaddisabled): typo in default export name
BREAKING CHANGE: The default export name is changed
1 parent 432d4eb commit de1a6f9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/core/rules/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/htmlhint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@
13631363

13641364
(function (exports) {
13651365
Object.defineProperty(exports, "__esModule", { value: true });
1366-
exports.attrNoUnnecessaryWhitespace = exports.tagsCheck = exports.titleRequire = exports.tagnameSpecialChars = exports.tagnameLowercase = exports.emptyTagNotSelfClosed = exports.tagSelfClose = exports.tagPair = exports.styleDisabled = exports.srcNotEmpty = exports.specCharEscape = exports.spaceTabMixedDisabled = exports.scriptDisabled = exports.inputRequiresLabel = exports.inlineStyleDisabled = exports.inlineScriptDisabled = exports.idUnique = exports.idClassValue = exports.idClsasAdDisabled = exports.htmlLangRequire = exports.hrefAbsOrRel = exports.headScriptDisabled = exports.doctypeHTML5 = exports.doctypeFirst = exports.attrWhitespace = exports.attrValueSingleQuotes = exports.attrValueNotEmpty = exports.attrValueDoubleQuotes = exports.attrUnsafeChars = exports.attrNoDuplication = exports.attrSort = exports.attrLowercase = exports.altRequire = void 0;
1366+
exports.attrNoUnnecessaryWhitespace = exports.tagsCheck = exports.titleRequire = exports.tagnameSpecialChars = exports.tagnameLowercase = exports.emptyTagNotSelfClosed = exports.tagSelfClose = exports.tagPair = exports.styleDisabled = exports.srcNotEmpty = exports.specCharEscape = exports.spaceTabMixedDisabled = exports.scriptDisabled = exports.inputRequiresLabel = exports.inlineStyleDisabled = exports.inlineScriptDisabled = exports.idUnique = exports.idClassValue = exports.idClassAdDisabled = exports.htmlLangRequire = exports.hrefAbsOrRel = exports.headScriptDisabled = exports.doctypeHTML5 = exports.doctypeFirst = exports.attrWhitespace = exports.attrValueSingleQuotes = exports.attrValueNotEmpty = exports.attrValueDoubleQuotes = exports.attrUnsafeChars = exports.attrNoDuplication = exports.attrSort = exports.attrLowercase = exports.altRequire = void 0;
13671367
var alt_require_1 = altRequire;
13681368
Object.defineProperty(exports, "altRequire", { enumerable: true, get: function () { return alt_require_1.default; } });
13691369
var attr_lowercase_1 = attrLowercase;
@@ -1393,7 +1393,7 @@
13931393
var html_lang_require_1 = htmlLangRequire;
13941394
Object.defineProperty(exports, "htmlLangRequire", { enumerable: true, get: function () { return html_lang_require_1.default; } });
13951395
var id_class_ad_disabled_1 = idClassAdDisabled;
1396-
Object.defineProperty(exports, "idClsasAdDisabled", { enumerable: true, get: function () { return id_class_ad_disabled_1.default; } });
1396+
Object.defineProperty(exports, "idClassAdDisabled", { enumerable: true, get: function () { return id_class_ad_disabled_1.default; } });
13971397
var id_class_value_1 = idClassValue;
13981398
Object.defineProperty(exports, "idClassValue", { enumerable: true, get: function () { return id_class_value_1.default; } });
13991399
var id_unique_1 = idUnique;

0 commit comments

Comments
 (0)