We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c41a0 commit 33f9e24Copy full SHA for 33f9e24
index.js
@@ -8,7 +8,8 @@ module.exports = {
8
'react/require-default-props': 'off',
9
'react-hooks/rules-of-hooks': 'error',
10
'react-hooks/exhaustive-deps': 'warn',
11
- 'react/state-in-constructor': ['error', 'never']
+ 'react/state-in-constructor': ['error', 'never'],
12
+ 'jsx-a11y/label-has-associated-control': ['error', {assert: 'either'}]
13
},
14
15
overrides: [{
0 commit comments