We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Boshen
Dunqing
camc314
leaysgur
Learn more about funding links in repositories.
Report abuse
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
script
0.16.0
npx oxlint@latest
.oxlintrc.json
Config doesn't matter
I have a couple of Vue components prefixed with "Script". An unexpected token error is thrown when parsing a file like that (line 2)
<template> <script-view /> </template> <script lang="ts"> import ScriptView from "./ScriptView.vue" export default defineComponent({ components: { ScriptView } });
In another component a component called <scripts-list /> is used with the same error.
<scripts-list />
The text was updated successfully, but these errors were encountered:
fix(linter): parse vue custom tag that starts with script
c811350
fixes #9837
fix(linter): parse vue custom tag that starts with script (#9887)
e9565c9
Successfully merging a pull request may close this issue.
What version of Oxlint are you using?
0.16.0
What command did you run?
npx oxlint@latest
What does your
.oxlintrc.json
config file look like?Config doesn't matter
What happened?
I have a couple of Vue components prefixed with "Script". An unexpected token error is thrown when parsing a file like that (line 2)
In another component a component called
<scripts-list />
is used with the same error.The text was updated successfully, but these errors were encountered: