Skip to content

react/jsx-indent: Closing parenthese indentation #618

@stefanbuck

Description

@stefanbuck

The indentation of the closing parentheses on return statements seems to be not working.

The following patterns are considered warnings:

return (
  <div />
  );
return (
  <div />);

The following patterns are not considered warnings:

return (
  <div />
);
return (<div />);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions