Skip to content

Commit 757b4d7

Browse files
committed
1 parent 0b21f44 commit 757b4d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

+3
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,8 @@ module.exports = {
9797
// @typescript-eslint plugin
9898
'no-use-before-define': 'off',
9999
'@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',
100103
},
101104
};

0 commit comments

Comments
 (0)