We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing error: '}' expected.eslint
"@antfu/eslint-config": "^0.39.3",
pnpm
The text was updated successfully, but these errors were encountered:
We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.
Why reproduction is required
Sorry, something went wrong.
我找到了问题原因,在上一行不能用 <string> 形式类型断言,换成 as 就没问题了
<string>
as
@typescript-eslint/consistent-type-assertions
It's a volar issue.
No branches or pull requests
Describe the bug
和Vue官网代码片段一样
### ReproductionParsing error: '}' expected.eslint
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: