@html-eslint/eslint-plugin
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -33,3 +33,3 @@ const IOS_639_1 = require('../constants/iso_639_1'); | ||
context.report({ | ||
node, | ||
node: node.startTag, | ||
messageId: MESSAGE_IDS.MISSING_LANG | ||
@@ -39,3 +39,3 @@ }); | ||
context.report({ | ||
node, | ||
node: node.startTag, | ||
messageId: MESSAGE_IDS.INVALID_LANG | ||
@@ -42,0 +42,0 @@ }); |
{ | ||
"name": "@html-eslint/eslint-plugin", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "> TODO: description", | ||
@@ -30,5 +30,5 @@ "author": "yeonjuan", | ||
"devDependencies": { | ||
"@html-eslint/parser": "^0.0.3" | ||
"@html-eslint/parser": "^0.0.4" | ||
}, | ||
"gitHead": "d1590cbc6732903ea5048ce12c57ef4611e5502e" | ||
"gitHead": "9e2b5aca74ef2b3a347d09b2bc0f06d8d2cc4050" | ||
} |
5745