gajus/eslint-plugin-flowtype

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

Open

#449 aperta il 29 giu 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (167 fork)batch import
bughelp wanted

Metriche repository

Star
 (1078 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor