pixiebrix / eslint-config-pixiebrix

Custom eslint config, to be used with Prettier
MIT License
1 stars 1 forks source link

Loosen `react/jsx-no-useless-fragment` #203

Closed fregante closed 8 months ago

fregante commented 8 months ago

The rule fails on <>{children}</>, but that's required for the types

Follows:

Blocks:

Some context: