With 0.1.0 and 0.1.1, this was fine ``` export default class Root extends React.Component { static propTypes = { ... } ... ``` After switching to 1.0.0, eslint complains about `Parsing error: Unexpected token =, referring to the`=`after`propTypes`.
With 0.1.0 and 0.1.1, this was fine
After switching to 1.0.0, eslint complains about
Parsing error: Unexpected token =, referring to the=afterpropTypes`.