jsx-eslint/eslint-plugin-react

assert only one dom element is returned from render() per component

Open

#66 aberto em 16 de abr. de 2015

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (2.797 forks)batch import
acceptedenhancementhelp wantednew rule

Métricas do repositório

Stars
 (8.630 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador