Skip to content
New issue

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

Disable the import/no-duplicates rule #79

Closed
yangmingshan opened this issue Aug 7, 2023 · 1 comment
Closed

Disable the import/no-duplicates rule #79

yangmingshan opened this issue Aug 7, 2023 · 1 comment

Comments

@yangmingshan
Copy link

// `import/no-duplicates` will warning.
import type { SomeType } from './foo.ts'
import { some } from './foo.ts'

Or wait it's fix.
import-js/eslint-plugin-import#2843

@sindresorhus
Copy link
Member

You can just lock the dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants