quick-lint / quick-lint-js

quick-lint-js finds bugs in JavaScript programs
https://quick-lint-js.com
GNU General Public License v3.0
1.52k stars 192 forks source link

fix(fe): don't report React-specific JSX errors in non-React code #1165

Closed strager closed 8 months ago

strager commented 8 months ago

fix(fe): don't report React-specific JSX errors in non-React code

Preact uses JSX but has different rules for attributes. Disable our React-specific rules if a React import is not detected.


Stack created with Sapling. Best reviewed with ReviewStack.

strager commented 8 months ago

(I was testing something.)