Skip to content

Commit

Permalink
fix: jsx-a11y/label-has-associated-control
Browse files Browse the repository at this point in the history
  • Loading branch information
cla6shade committed Sep 28, 2024
1 parent 5b4e33d commit 2a7cfd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
'rules': {
'react/react-in-jsx-scope': 'off',
'jsx-a11y/alt-text': 'off',
'jsx-a11y/label-has-associated-control': 'off',
'react/no-unknown-property': ['error', { 'ignore': ['css'] }],
'react/jsx-props-no-spreading': 'off',
'react/require-default-props': 'off',
Expand Down

0 comments on commit 2a7cfd0

Please sign in to comment.