From 5aa8db9c6e5110ab72d6af585b4798a784a90da5 Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Tue, 6 Apr 2021 14:39:42 +0300 Subject: [PATCH] [Docs] Clarify the title of the strictness table in the main doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef850dec..d0920e117 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Add `plugin:jsx-a11y/recommended` or `plugin:jsx-a11y/strict` in `extends`: - [scope](docs/rules/scope.md): Enforce `scope` prop is only used on `` elements. - [tabindex-no-positive](docs/rules/tabindex-no-positive.md): Enforce `tabIndex` value is not greater than zero. -### Difference between 'recommended' and 'strict' mode +### Rule strictness in different modes Rule | Recommended | Strict ------------ | ------------- | -------------