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
tsc
error TS1005
9.1.1
eslint-plugin-astro
1.1.0
Just upgrade from 1.0.3 to 1.1.0. Then, run tsc --noEmit.
tsc --noEmit
No error.
$ npx tsc --noEmit node_modules/eslint-plugin-astro/lib/index.d.mts:57:42 - error TS1005: ',' expected. 57 declare const meta: typeof __metadeclare const rules: { ~~~~~ Found 1 error in node_modules/eslint-plugin-astro/lib/index.d.mts:57
https://github.com/opsbr/repro-eslint-plugin-astro
1.0.3: https://github.com/opsbr/repro-eslint-plugin-astro/actions/runs/8891570438 1.1.0: https://github.com/opsbr/repro-eslint-plugin-astro/actions/runs/8891571110
No response
The text was updated successfully, but these errors were encountered:
meta
Thank you for the report! Pull Request is already open. Please follow #374.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
9.1.1
What version of
eslint-plugin-astro
are you using?1.1.0
What did you do?
Just upgrade from 1.0.3 to 1.1.0. Then, run
tsc --noEmit
.What did you expect to happen?
No error.
What actually happened?
Link to Minimal Reproducible Example
https://github.com/opsbr/repro-eslint-plugin-astro
1.0.3: https://github.com/opsbr/repro-eslint-plugin-astro/actions/runs/8891570438
1.1.0: https://github.com/opsbr/repro-eslint-plugin-astro/actions/runs/8891571110
Additional comments
No response
The text was updated successfully, but these errors were encountered: