jsx-eslint/eslint-plugin-react
Auf GitHub ansehenassert only one dom element is returned from render() per component
Open
#66 geöffnet am 16. Apr. 2015
acceptedenhancementhelp wantednew rule
Beschreibung
when starting with React, i got hit with the issue where i would return multiple elements per component. would be nice if this error shows up at the lint stage as well.
not totally necessary since react would error anyways.