Both the no-static-element-interactions and no-noninteractive-tabindex rules support an allowExpressionValues option in their implementations, but this option is not declared in their respective schemas.
Feel free to close this issue if this behavior is intended.
no-static-element-interactions
|
const { |
|
allowExpressionValues, |
|
handlers = defaultInteractiveProps, |
|
} = (options[0] || {}); |
no-noninteractive-tabindex
|
const { |
|
tags, |
|
roles, |
|
allowExpressionValues, |
|
} = (options[0] || {}); |
Both the
no-static-element-interactionsandno-noninteractive-tabindexrules support anallowExpressionValuesoption in their implementations, but this option is not declared in their respective schemas.Feel free to close this issue if this behavior is intended.
no-static-element-interactionseslint-plugin-jsx-a11y/src/rules/no-static-element-interactions.js
Lines 59 to 62 in 8f75961
no-noninteractive-tabindexeslint-plugin-jsx-a11y/src/rules/no-noninteractive-tabindex.js
Lines 69 to 73 in 8f75961