Skip to content

Commit

Permalink
Disable jsx-handler-name eslint rule
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
mxstbr committed Jul 24, 2016
1 parent f2c1275 commit 3a707ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ module.exports = {

// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
'react/jsx-equals-spacing': [WARNING, 'never'],
'react/jsx-handler-names': [WARNING, {
eventHandlerPrefix: 'handle',
eventHandlerPropPrefix: 'on',
}],
'react/jsx-no-duplicate-props': [WARNING, { ignoreCase: true }],
'react/jsx-no-undef': WARNING,
'react/jsx-pascal-case': [WARNING, {
Expand Down

0 comments on commit 3a707ea

Please sign in to comment.