gajus/eslint-plugin-flowtype
Auf GitHub ansehenrequire-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors
Open
#449 geöffnet am 29. Juni 2020
bughelp wanted
Repository-Metriken
- Stars
- (1.078 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors, since class constructors should never return anything.