We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ff0b5 commit 662fdb7Copy full SHA for 662fdb7
config/eslint.js
@@ -179,10 +179,6 @@ module.exports = {
179
180
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
181
'react/jsx-equals-spacing': [WARNING, 'never'],
182
- 'react/jsx-handler-names': [WARNING, {
183
- eventHandlerPrefix: 'handle',
184
- eventHandlerPropPrefix: 'on',
185
- }],
186
'react/jsx-no-duplicate-props': [WARNING, { ignoreCase: true }],
187
'react/jsx-no-undef': WARNING,
188
'react/jsx-pascal-case': [WARNING, {
0 commit comments