[eslint config] [patch] jsx-a11y/no-noninteractive-tabindex: allow expression values

This commit is contained in:
Jordan Harband
2024-01-30 10:59:23 -08:00
parent 51a37d0fa5
commit 09adc22031

View File

@@ -192,6 +192,7 @@ module.exports = {
'jsx-a11y/no-noninteractive-tabindex': ['error', {
tags: [],
roles: ['tabpanel'],
allowExpressionValues: true,
}],
// require onBlur instead of onChange