Skip to content

Commit

Permalink
[eslint config] [patch] jsx-a11y/no-noninteractive-tabindex: allow …
Browse files Browse the repository at this point in the history
…expression values
  • Loading branch information
ljharb committed Jan 30, 2024
1 parent 51a37d0 commit 09adc22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-airbnb/rules/react-a11y.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ module.exports = {
'jsx-a11y/no-noninteractive-tabindex': ['error', {
tags: [],
roles: ['tabpanel'],
allowExpressionValues: true,
}],

// require onBlur instead of onChange
Expand Down

0 comments on commit 09adc22

Please sign in to comment.