gajus/eslint-plugin-flowtype

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

Open

#449 opened on 2020年6月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (1,078 stars) (167 forks)batch import
bughelp wanted

説明

require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors, since class constructors should never return anything.

コントリビューターガイド