Skip to content

Commit 3a707ea

Browse files
committed
Disable jsx-handler-name eslint rule
Ref #156 Not sure if we can simply delete the line and that'll disable it, so I went with setting it to 0. Let me know!
1 parent f2c1275 commit 3a707ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/eslint.js

-4
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ module.exports = {
179179

180180
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
181181
'react/jsx-equals-spacing': [WARNING, 'never'],
182-
'react/jsx-handler-names': [WARNING, {
183-
eventHandlerPrefix: 'handle',
184-
eventHandlerPropPrefix: 'on',
185-
}],
186182
'react/jsx-no-duplicate-props': [WARNING, { ignoreCase: true }],
187183
'react/jsx-no-undef': WARNING,
188184
'react/jsx-pascal-case': [WARNING, {

0 commit comments

Comments
 (0)