gajus/eslint-plugin-flowtype
GitHub で見るrequire-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors
Open
#449 opened on 2020年6月29日
bughelp wanted
Repository metrics
- Stars
- (1,078 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors, since class constructors should never return anything.