import-js/eslint-plugin-import

feature request: add ignore options for `import/no-duplicates`

开放

#1,479 创建于 2019年9月17日

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

仓库指标

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

描述

When using TypeScript with date-fns, it only has one bundled typings.d.ts, so eslint-import-resolver-ts will resolve all modules to it.

But they are not all exported from date-fns, what means date-fns and date-fns/locale are different.

So we should allow this case by whitelist.

贡献者指南