Commit 662fdb70 authored by Max Stoiber's avatar Max Stoiber Committed by Dan Abramov
Browse files

Disable jsx-handler-name eslint rule (#157)

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!
parent 59ff0b59
No related merge requests found
Showing with 0 additions and 4 deletions
+0 -4
...@@ -179,10 +179,6 @@ module.exports = { ...@@ -179,10 +179,6 @@ module.exports = {
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules // https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
'react/jsx-equals-spacing': [WARNING, 'never'], '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-duplicate-props': [WARNING, { ignoreCase: true }],
'react/jsx-no-undef': WARNING, 'react/jsx-no-undef': WARNING,
'react/jsx-pascal-case': [WARNING, { 'react/jsx-pascal-case': [WARNING, {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment