gajus/eslint-plugin-flowtype

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

Open

#449 geöffnet am 29. Juni 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (167 Forks)batch import
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.

Contributor Guide