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
Preact uses attribute names like class but quick-lint-js reports diagnostics for this.
class
Report: https://twitter.com/Hasen_Judi/status/1741916636687610004
The text was updated successfully, but these errors were encountered:
When I finished writing the issue I found this 🤣, I want it to be able to read tsconfig.json and /** @jsxImportSource framework */
/** @jsxImportSource framework */
Sorry, something went wrong.
+1 I was just about to open an issue too
Same with Solid
Fixed the false positives in Git commit 6b3fdbe. Added a config option in Git commit 9dd4710: https://quick-lint-js.com/errors/jsx/.
These fixes will end up in the upcoming 3.1 release.
Version 3.1.0 has shipped with the fix. (It actually shipped 4 days ago, but I forgot to mention it here...)
strager
No branches or pull requests
Preact uses attribute names like
class
but quick-lint-js reports diagnostics for this.Report: https://twitter.com/Hasen_Judi/status/1741916636687610004
The text was updated successfully, but these errors were encountered: