Skip to content

Commit

Permalink
Remove obsolete rule
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePrometheus0109 committed Nov 17, 2020
1 parent e7b35ba commit d8d4657
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@ module.exports = {
// @typescript-eslint plugin
'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': 'error',
// Disable obsolete rule
// https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/398#issuecomment-728976688
'jsx-a11y/no-onchange': 'off',
},
};

0 comments on commit d8d4657

Please sign in to comment.