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.
getSourceCode
1 parent 0e52bb8 commit 72e48a4Copy full SHA for 72e48a4
lib/rules/no-v-html.js
@@ -60,7 +60,7 @@ module.exports = {
60
return utils.defineTemplateBodyVisitor(context, {
61
/** @param {VDirective} node */
62
"VAttribute[directive=true][key.name.name='html']"(node) {
63
- const sourceCode = context.sourceCode
+ const sourceCode = context.getSourceCode()
64
65
if (
66
node.value &&
0 commit comments