`var {prop, ...otherProps} = this.props;` Gives us a syntax error. I propose we depend on babel instead of espree as https://github.com/eslint/espree/issues/116 suggests. https://www.npmjs.com/package/babel-eslint
var {prop, ...otherProps} = this.props;Gives us a syntax error. I propose we depend on babel instead of espree as eslint/js#116 suggests.
https://www.npmjs.com/package/babel-eslint