File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ Examples of **correct** code for this rule:
23
23
< a href= {" javascript:" }>< / a>
24
24
```
25
25
26
+ This rule also takes into account ` linkComponents ` setting.
27
+
26
28
## Rule Options
27
29
28
30
``` json
@@ -45,6 +47,10 @@ Examples of **correct** code for this rule:
45
47
46
48
Allows you to indicate a specific list of properties used by a custom component to be checked.
47
49
50
+ NOTE: This rule now takes into account ` linkComponents ` setting and it should be used as primary source of link components.
51
+ The rule still allows passing link components as rule option, but it is meant only as backwards-compatibility feature.
52
+ New setups should only use ` linkComponents ` setting.
53
+
48
54
### name
49
55
50
56
Component name.
You can’t perform that action at this time.
0 commit comments