import-js/eslint-plugin-import
feature request: add ignore options for `import/no-duplicates`
オープン
#1,479 opened on 2019/09/17
enhancementhelp wantedtypescript
Repository metrics
- Stars
- (5,938 個のスター)
- PR merge metrics
- (平均マージ 138d 22h) (30d で 3 merged PRs)
説明
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.