Skip to content

Commit 939b01c

Browse files
committed
docs: minor improvements
1 parent 6f73fd6 commit 939b01c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/website/content/docs/configurations.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Configurations
44

55
import { SettingsTypeTable } from "./configurations";
66

7-
A [configuration object](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-objects) is used to configure the behavior of the rules in ESLint React. You can define the settings object in the `settings["react-x"]` field of your ESLint configuration file.
7+
A [configuration object](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-objects) is used to configure the behavior of the rules in ESLint React.
8+
9+
You can define the settings object in the `settings["react-x"]` field of your ESLint configuration file.
810

911
```ts title="eslint.config.js"
1012
export default [

0 commit comments

Comments
 (0)