Closed
Description
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 }