Skip to content

Commit c82655c

Browse files
committed
docs: clarify JSX runtime type in ESLint React configuration
1 parent c5d46b5 commit c82655c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/content/docs/configuration/configure-language-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ESLint React references your language config to determine how to perform static
1414

1515
## JSX Runtime
1616

17-
ESLint React reads your `tsconfig.json` or `jsconfig.json` configuration files to determines how to perform the JSX analysis internally.
17+
ESLint React reads your `tsconfig.json` or `jsconfig.json` configuration file to determine the JSX runtime type. If nothing is specified, it defaults to [`automatic`](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html).
1818

1919
The following [compiler options](https://www.typescriptlang.org/tsconfig/#compilerOptions) are respected:
2020

0 commit comments

Comments
 (0)