gajus/eslint-plugin-flowtype
Ver no GitHubrequire-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors
Open
#449 aberto em 29 de jun. de 2020
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.