We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0df35f commit 85e6988Copy full SHA for 85e6988
1 file changed
lib/rules/template-no-obsolete-elements.js
@@ -29,7 +29,6 @@ const OBSOLETE = [
29
'tt',
30
'xmp',
31
];
32
-
33
/** @type {import('eslint').Rule.RuleModule} */
34
module.exports = {
35
meta: {
0 commit comments