Issues
- 3
"unsafe member access" errors when using exposed methods from Vue's template `ref`s
#240 opened by paveloom - 0
When two `script` sections are present in SFC, some typescript-eslint rules do not work correctly in `script setup` section
#275 opened by andreww2012 - 0
- 2
- 1
- 0
- 1
Using eslint to check TSX in Vue SFC file will throw wrong with "Parsing error: '>' expected"
#247 opened by zjc2782171149 - 4
Question: How `scopeManager` works in `<template>`
#263 opened by fisker - 1
some kebab-case components name caused eslintno-unused-vars and @typescript-eslint/no-unused-vars
#258 opened by ngyyuusora - 0
- 0
- 3
context.parserServices is undefined
#237 opened by jewpaltz - 0
`<script setup>` imports are not hoisted in the presence of a `<script>`
#255 opened by Kenneth-Sills - 1
- 2
no-unused-vars in template pug
#248 opened by Eyrum - 3
False positive `eslint@typescript-eslint/no-unused-vars` if local type is used in template declaration only
#189 opened by Tanimodori - 4
Cannot use ts-rules which requires "project" property when you enable both js and ts languages linting
#229 opened by cbrgpl - 10
Provide support for eslint 9's flat configuration
#232 opened by ajmas - 1
- 3
If I have AST parsed by 'vue-eslint-parser'.parsed(), is there any api to recover source vue code ?
#224 opened by l-outsider - 2
Missing typings for .vue files when running with typescript-eslint
#231 opened by danieldasilva-smake - 0
Syntax error when generic type parameter contains `=`
#233 opened by auvred - 0
- 0
- 2
There is a bug in the use fix action of v-for-delimiter-style under special syntax
#226 opened by 759325100 - 0
Parsing error in VS 2022
#223 opened by johnwc - 0
Generic definition with Generic Parameter Defaults in `<script setup lang="ts" generic="">` causes `"Parsing error: ';' expected.` after #220
#221 opened by danwithabox - 0
multiline generic definition in <script setup lang="ts" generic=""> cause "Parsing error: ';' expected. eslint".
#217 opened by pronitsateli731 - 1
Support `lang="ts"` on all blocks except `<template>`
#207 opened by Tahul - 2
- 3
Support for Vue.js 3.4
#212 opened by ota-meshi - 1
Support for `defineModel`
#186 opened by ota-meshi - 5
- 1
Error: Plugin "@typescript-eslint" was conflicted between ".eslintrc.js » plugin:@typescript-eslint/recommended-type-checked » ./configs/base" and ".eslintrc.js » @vue/eslint-config-typescriptBug: <short description of the issue>
#205 opened by laterdayi - 1
Enhanced parser options
#203 opened by lyswhut - 3
9.1.1版本 v-for="item in enquirySwipers" :key="item.inquiryId" 会报 "Expected 'v-bind:key' directive to use the variables which are defined by the 'v-for' directive" 的错误,在9.1.0版本就正常
#188 opened by huzhen-v5 - 0
How can I use types from vue-eslint-parser?
#202 opened by azat-io - 2
- 2
- 1
Question: Parsing error: Unexpected token :
#198 opened by idefixcert - 0
Support for `defineOptions`
#183 opened by ota-meshi - 0
Support for `defineSlots`
#184 opened by ota-meshi - 2
- 1
Support for `vue 3.3` `defineEmits`
#197 opened by yuntian001 - 1
- 1
Parser fails on TemplateLiteral in object property in VExpressionContainer
#187 opened by levchak0910 - 3
- 2
Parsing error: '>' expected
#178 opened by laterdayi - 2
False positive `@typescript-eslint/consistent-type-imports` if imported type used in template declaration
#179 opened by Tanimodori - 1
[Feature request] Support custom macros
#180 opened by matthew-dean