gajus/eslint-plugin-flowtype

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

Open

#449 创建于 2020年6月29日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (167 fork)batch import
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.

贡献者指南