Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard don't enable static object on class? #383

Closed
alexandref93 opened this issue Jan 12, 2016 · 2 comments

Comments

@alexandref93
Copy link

commented Jan 12, 2016

React:

class ModalMap extends Component {

  static propTypes = {
    isOpen: PropTypes.bool.isRequired
  }
}

On Atom:

js-standard - Error - Parsing error: Unexpected toke =

Or is there some way to allow?

@dcousens dcousens added the question label Jan 12, 2016

@RobAWilkinson

This comment has been minimized.

Copy link

commented Jan 15, 2016

👍

@rstacruz

This comment has been minimized.

Copy link
Member

commented Jan 15, 2016

@rstacruz rstacruz closed this Jan 15, 2016

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
4 participants
You can’t perform that action at this time.