mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-10 03:48:07 -05:00
[eslint config] [patch] jsx-a11y/no-noninteractive-tabindex: allow expression values
This commit is contained in:
@@ -192,6 +192,7 @@ module.exports = {
|
||||
'jsx-a11y/no-noninteractive-tabindex': ['error', {
|
||||
tags: [],
|
||||
roles: ['tabpanel'],
|
||||
allowExpressionValues: true,
|
||||
}],
|
||||
|
||||
// require onBlur instead of onChange
|
||||
|
||||
Reference in New Issue
Block a user