molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Add `react/jsx-no-useless-fragment` #76

Closed amannn closed 11 months ago

amannn commented 2 years ago

https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-useless-fragment.md

… with the option allowExpressions for the mentioned TypeScript workaround.

amannn commented 11 months ago

Needed for TypeScript sometimes.