gajus/eslint-plugin-flowtype

require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors

Open

#449 aberto em 29 de jun. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (167 forks)batch import
bughelp wanted

Métricas do repositório

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

Description

require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors, since class constructors should never return anything.

Guia do colaborador