gajus/eslint-plugin-flowtype

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

Open

#449 ouverte le 29 juin 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (167 forks)batch import
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.

Guide contributeur