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: docs/src/rules/id-denylist.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For example, to restrict the use of common generic identifiers:
37
37
}
38
38
```
39
39
40
-
**Note:** The first element of the array is for the rule severity (see [Configure Rules](../use/configure/rules). The other elements in the array are the identifiers that you want to disallow.
40
+
**Note:** The first element of the array is for the rule severity (see [Configure Rules](../use/configure/rules)). The other elements in the array are the identifiers that you want to disallow.
41
41
42
42
Examples of **incorrect** code for this rule with sample `"data", "callback"` restricted identifiers:
0 commit comments