import-js/eslint-plugin-import
feature request: add ignore options for `import/no-duplicates`
開放
#1,479 建立於 2019年9月17日
enhancementhelp wantedtypescript
倉庫指標
- 星標
- (5,940 顆星)
- 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.