From 279f0afc14617c037da482919942beef87f56e45 Mon Sep 17 00:00:00 2001 From: Mert Ciflikli Date: Tue, 30 Aug 2022 21:02:03 +0200 Subject: [PATCH] docs: Improve id-denylist documentation (#16223) * docs: Improve id-denylist documentation * docs: add configuring rules link to id-denylist * docs: review changes --- docs/src/rules/id-denylist.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/rules/id-denylist.md b/docs/src/rules/id-denylist.md index 3a9f61f5c8c..271d2a38e84 100644 --- a/docs/src/rules/id-denylist.md +++ b/docs/src/rules/id-denylist.md @@ -38,6 +38,8 @@ For example, to restrict the use of common generic identifiers: } ``` +**Note:** The first element of the array is for the rule severity (see [configuring rules](/docs/latest/user-guide/configuring/rules). The other elements in the array are the identifiers that you want to disallow. + Examples of **incorrect** code for this rule with sample `"data", "callback"` restricted identifiers: ::: incorrect