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
Copy file name to clipboardExpand all lines: apps/website/content/docs/glossary.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ ESLint React provides a way to customize the code style used in the internal fix
17
17
18
18
The configuration file specifies the root files and the compiler options required to compile the project.
19
19
20
-
ESLint React uses the Project Config to provide information (e.g. [JSX Transform](/docs/configuration/configure-project-config#jsx-transform)) about the code it is linting.
21
-
22
20
For TypeScript or JavaScript files, the Project Config are typically named `tsconfig.json` or `jsconfig.json` and are located in the root of a project.
23
21
24
22
For MDX files, the Project Config is the `"mdx"` property in the `tsconfig.json` file.
23
+
24
+
ESLint React uses the Project Config to provide information (e.g. [JSX Transform](/docs/configuration/configure-project-config#jsx-transform)) about the code it is linting.
Copy file name to clipboardExpand all lines: packages/plugins/eslint-plugin-react-x/src/rules/jsx-no-iife.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ title: jsx-no-iife
4
4
5
5
<Callouttype="warning">This rule is experimental and may change in the future or be removed. It is not recommended to use it in production code at this time.</Callout>
6
6
7
-
**Full Name in `eslint-plugin-react-x@beta`**
7
+
**Full Name in `eslint-plugin-react-x`**
8
8
9
9
```sh copy
10
10
react-x/jsx-no-iife
11
11
```
12
12
13
-
**Full Name in `@eslint-react/eslint-plugin@beta`**
0 commit comments