We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357d851 commit 32d2b1dCopy full SHA for 32d2b1d
apps/website/content/docs/faq.mdx
@@ -20,7 +20,7 @@ Just as in [Beyond the DOM](https://legacy.reactjs.org/docs/design-principles.ht
20
21
<Accordion title='Why is there no "jsx-runtime" preset in ESLint React?'>
22
23
-ESLint React uses the same JSX runtime as specified in your `tsconfig.json` or `jsconfig.json` and adjusts the relevant rules accordingly.
+ESLint React uses the same JSX runtime options as specified in your `tsconfig.json` or `jsconfig.json` and adjusts the relevant rules accordingly.
24
25
This avoids potential issues where the JSX runtime configured in ESLint might conflict with the one configured in `tsconfig.json` or `jsconfig.json`.
26
0 commit comments