We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import/no-duplicates
.d.ts
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using date-fns and importing several helpers from the library:
import format from "date-fns/format"; import parseISO from "date-fns/parseISO"; import getUnixTime from "date-fns/getUnixTime";
With the rule import/no-duplicates enabled, I have this error:
'~/node_modules/date-fns/typings.d.ts' imported multiple times
I'm using the library properly and don't have duplicates so I guess it's a bug in the resolver no?
The text was updated successfully, but these errors were encountered:
See import-js/eslint-plugin-import#1479
Sorry, something went wrong.
No branches or pull requests
I'm using date-fns and importing several helpers from the library:
With the rule
import/no-duplicates
enabled, I have this error:I'm using the library properly and don't have duplicates so I guess it's a bug in the resolver no?
The text was updated successfully, but these errors were encountered: