Add no binding rule

pull/1887/head
Andrew Watkins 2017-08-15 11:46:29 -07:00
parent d42593c272
commit c22004b13a
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@
// React
'jsx-quotes': [1, "prefer-double"],
'react/display-name': 0,
'react/jsx-no-bind': 0,
'react/jsx-no-bind': 2,
'react/jsx-boolean-value': [2, 'always'],
'react/jsx-curly-spacing': [2, 'never'],
'react/jsx-equals-spacing': [2, 'never'],