react/require-render-return
erroring out on Backbone Views.
#542
Labels
react/require-render-return
erroring out on Backbone Views.
#542
This rule should only be applying to things that are React components (ie,
extends React.Component
orReact.createClass
) It's currently catching arender
method inBackbone.View.extend(…)
The text was updated successfully, but these errors were encountered: