You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESLint React uses your project configuration to determine how to lint your React code. This page explains which parts in your project configuration are respected by ESLint React.
7
+
ESLint React references your project configuration to determine how to perform code checking.
8
+
9
+
This page will explain which parts of ESLint React respect your project configuration.
8
10
9
11
## JSX Runtime
10
12
@@ -13,3 +15,12 @@ ESLint React reads your `tsconfig.json` or `jsconfig.json` configuration files t
13
15
The following [compiler options](https://www.typescriptlang.org/tsconfig/#compilerOptions) are respected:
0 commit comments