We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b21f44 commit 757b4d7Copy full SHA for 757b4d7
index.js
@@ -97,5 +97,8 @@ module.exports = {
97
// @typescript-eslint plugin
98
'no-use-before-define': 'off',
99
'@typescript-eslint/no-use-before-define': 'error',
100
+ // Disable obsolete rule
101
+ // https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/398#issuecomment-728976688
102
+ 'jsx-a11y/no-onchange': 'off',
103
},
104
};
0 commit comments