import-js/eslint-plugin-import

add exceptions for exports-last

开放

#1,882 创建于 2020年8月17日

 (1 条评论) (1 个反应) (0 位负责人)JavaScript (1,549 个派生)batch import
enhancementflowhelp wantedtypescript

仓库指标

星标
 (5,938 个星标)
PR 合并指标
 (平均合并 138天 22小时) (30 天内合并 3 个 PR)

描述

It is customary to keep parameter types next to the function declaration. This rule forces to move all types to the top of the file. It would be nice to add an exception to the exports-last rule for types.

贡献者指南