@html-eslint/eslint-plugin
Version:
ESLint plugin for HTML
33 lines (32 loc) • 432 B
JavaScript
// https://html.spec.whatwg.org/#non-conforming-features
/** @type {string[]} */
module.exports = [
"applet",
"acronym",
"bgsound",
"dir",
"frame",
"frameset",
"noframes",
"isindex",
"keygen",
"listing",
"menuitem",
"nextid",
"noembed",
"plaintext",
"rb",
"rtc",
"strike",
"xmp",
"basefont",
"big",
"blink",
"center",
"font",
"marquee",
"multicol",
"nobr",
"spacer",
"tt",
];