Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Tune react/jsx-curly-brace-presence #48

Merged

Commits on Mar 5, 2019

  1. Tune react/jsx-curly-brace-presence

    * For _children_, I think we enable this.
      but the current rule impl. is pretty buggy and noisey. It's better to disable it.
    * For _props_, inn JSX syntax, `props` is not a string in many cases.
      And in plain JavaScript worlds, we don't have any static type checks,
      we need think about whether we should add a bracket or not by the type of props.
      It's pretty tired thing.
      For sorting style and avoid this tired thing, I prefer to write bracket always.
    tetsuharuohzeki committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    54aa0c2 View commit details
    Browse the repository at this point in the history