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 e055b1b commit 230d60bCopy full SHA for 230d60b
lib/types/vue-parser-services.ts
@@ -2,7 +2,7 @@ import type { Rule } from 'eslint'
2
import type { RuleContext, SourceCode } from './eslint'
3
import type { AST as VAST } from 'vue-eslint-parser'
4
import type { TokenStore } from './types'
5
-import type { VElement } from 'vue-eslint-parser/ast'
+import type { VElement } from 'vue-eslint-parser/ast/index'
6
7
export interface TemplateListener {
8
[key: string]: ((node: never) => void) | undefined
0 commit comments