@html-eslint/eslint-plugin
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -13,3 +13,3 @@ const { RULE_CATEGORY, NODE_TYPES } = require("../constants"); | ||
docs: { | ||
description: "Disallow to use obsolte elements in HTML5", | ||
description: "Disallow to use obsolete elements in HTML5", | ||
category: RULE_CATEGORY.BEST_PRACTICE, | ||
@@ -22,3 +22,3 @@ recommended: true, | ||
messages: { | ||
[MESSAGE_IDS.UNEXPECTED]: "unexpected use an oblsolute tag <{{tag}}>", | ||
[MESSAGE_IDS.UNEXPECTED]: "Unexpected use of obsolete tag <{{tag}}>", | ||
}, | ||
@@ -37,2 +37,5 @@ }, | ||
node, | ||
data: { | ||
tag: node.tagName, | ||
}, | ||
messageId: MESSAGE_IDS.UNEXPECTED, | ||
@@ -39,0 +42,0 @@ }); |
{ | ||
"name": "@html-eslint/eslint-plugin", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "ESLint plugin for html", | ||
@@ -44,3 +44,3 @@ "author": "yeonjuan", | ||
}, | ||
"gitHead": "373375254f7f8f1232fe9ae1ef0469444deb64dd" | ||
"gitHead": "60634b62d31d7b7c96b2122b9281b1d8ad55c888" | ||
} |
40405
1473