Skip to content

Commit 773043f

Browse files
committed
Updated docs
1 parent 96c1ede commit 773043f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/rules/jsx-no-script-url.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ This rule takes the `linkComponents` setting into account.
4646
```
4747

4848
Allows you to indicate a specific list of properties used by a custom component to be checked.
49-
This will override anything passed to `linkComponents` setting.
5049

51-
NOTE: This rule now takes into account the `linkComponents` setting, which should be used as the sole source of truth for link components.
52-
The rule still allows passing link components as rule option for backwards compatibility, but this option is deprecated.
50+
NOTE: This rule now takes into account the `linkComponents` config in [global shared settings](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/README.md#configuration), which should be used as the sole source of truth for link components.
51+
The rule still allows passing link components as rule option for backwards compatibility, but this option is deprecated. If specified, this option will be used together with global `linkComponents` config.
5352

5453
### name
5554

0 commit comments

Comments
 (0)