Closed cromefire closed 5 years ago
Current behavior with this rule:
// vvvvvvv Error, because there needs to be a newline <Button primary raised ripple type={"submit"} style={{ margin: "1rem" }}/> // ^ Error, because there is no new line
Proposed options:
"jsx-alignment": ["no-newline-before-closing-bracket", "no-newline-before-props"]
to disallow newlines respectively.
Closing due to the deprecation timeline and maintenance burden of formatting rules, see #210
Current behavior with this rule:
Proposed options:
to disallow newlines respectively.