gajus/eslint-plugin-flowtype
Voir sur GitHubrequire-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors
Open
#449 ouverte le 29 juin 2020
bughelp wanted
Métriques du dépôt
- Stars
- (1 078 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors, since class constructors should never return anything.