Skip to content

Commit

Permalink
🔧 disable a11y/control-has-associated-label check
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed Nov 14, 2023
1 parent f6b757e commit 29c4f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
'operator-linebreak': 0,
'function-paren-newline': 0,
'jsx-a11y/click-events-have-key-events': 0,
'jsx-a11y/control-has-associated-label': 0,
'jsx-a11y/no-noninteractive-element-interactions': 0,
'react/jsx-one-expression-per-line': 0,
'no-confusing-arrow': 0,
Expand Down

0 comments on commit 29c4f16

Please sign in to comment.