We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83555ae commit 18fc869Copy full SHA for 18fc869
lib/rules/no-v-html.js
@@ -41,6 +41,8 @@ module.exports = {
41
"VAttribute[directive=true][key.name.name='html']"(node) {
42
if (
43
ignoreRegEx &&
44
+ node.value &&
45
+ node.value.expression &&
46
node.value.expression.type === 'Identifier' &&
47
ignoreRegEx.test(node.value.expression.name)
48
) {
0 commit comments