diff --git a/docs/rules/no-noninteractive-tabindex.md b/docs/rules/no-noninteractive-tabindex.md index b47b9653f..3d2ed1a09 100644 --- a/docs/rules/no-noninteractive-tabindex.md +++ b/docs/rules/no-noninteractive-tabindex.md @@ -69,8 +69,6 @@ The recommended options for this rule allow `tabIndex` on elements with the noni }, ] ``` -Adjust the list of handler prop names in the handlers array to increase or decrease the coverage surface of this rule in your codebase. - The `allowExpressionValues` option determines whether the `role` attribute is allowed to be assigned using an expression. For example, the following would pass in recommended mode if `allowExpressionValues` is set to be `true`: ```jsx
{}} tabIndex="0" />;