Closed
Description
opened on Jul 18, 2017
In the following excerpt in https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md:
<div onClick={() => console.log('Hello!'))}></div>
There is an imbalance (uneven) set of parenthesis.
Activity