Skip to content

react/jsx-curly-spacing not working #857

Closed
@tleunen

Description

@tleunen

For some reasons, I can't get the jsx-curly-spacing rule to report errors.

After enabling it (using the default airbnb settings), I set several use case and nothing is reported.

The config has the following setting so all these cases should be reported, but they are not in my case.

'react/jsx-curly-spacing': ['error', 'never', { allowMultiline: true }],
{ something}
{something }
{ something }

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