import-js/eslint-plugin-import
feature request: add ignore options for `import/no-duplicates`
开放
#1,479 创建于 2019年9月17日
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.