Skip to content

Commit bc8d970

Browse files
committed
docs: minor improvements
1 parent d09165a commit bc8d970

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/website/content/docs/glossary.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ESLint React provides a way to customize the code style used in the internal fix
1717

1818
The configuration file specifies the root files and the compiler options required to compile the project.
1919

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-
2220
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.
2321

2422
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.

packages/plugins/eslint-plugin-react-x/src/rules/jsx-no-iife.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: jsx-no-iife
44

55
<Callout type="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>
66

7-
**Full Name in `eslint-plugin-react-x@beta`**
7+
**Full Name in `eslint-plugin-react-x`**
88

99
```sh copy
1010
react-x/jsx-no-iife
1111
```
1212

13-
**Full Name in `@eslint-react/eslint-plugin@beta`**
13+
**Full Name in `@eslint-react/eslint-plugin`**
1414

1515
```sh copy
1616
@eslint-react/jsx-no-iife

0 commit comments

Comments
 (0)