gajus/eslint-plugin-flowtype
View on GitHubrequire-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors
Open
#449 opened on Jun 29, 2020
bughelp wanted
Description
require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors, since class constructors should never return anything.