gajus/eslint-plugin-flowtype
在 GitHub 查看require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors
Open
#449 建立於 2020年6月29日
bughelp wanted
倉庫指標
- Star
- (1,078 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors, since class constructors should never return anything.