-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Issues: import-js/eslint-plugin-import
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
Author
Label
Milestones
Assignee
Sort
Issues list
"Multiple exports of name 'xxx' import/export" error is thrown if types are exported
#3136
opened Jan 4, 2025 by
mykola-mokhnach
Disable more rules covered by TypeScript in the
typescript
config
#3135
opened Jan 2, 2025 by
FloEdelmann
[no-duplicates] prefer-inline breaks unassigned and top-level type imports
#3130
opened Dec 23, 2024 by
oleasteo
import/no-extraneous-dependencies use the closest package.json + the root's one
#3121
opened Dec 16, 2024 by
maksnester
Cannot resolve
const [imagemin, webp] = await Promise.all([import('imagemin'), import('imagemin-webp')]);
#3119
opened Dec 16, 2024 by
adamlui
module is installed but "Unable to resolve path to module 'windows-1252' import/no-unresolved"
#3114
opened Dec 12, 2024 by
rafipiccolo
eslint-import-resolver-node's resolution does not match node's with respect to symlinks
package: resolver/node
question
#3110
opened Nov 28, 2024 by
anomiex
No exported names found in module 'prettier' in an ESM project
bug
help wanted
#3101
opened Nov 13, 2024 by
andersk
no-deprecated rule does not work if there are decorators
bug
help wanted
#3094
opened Nov 5, 2024 by
kapitanluffy
import/no-unresolved
triggers when importing pixi.js/advanced-blend-modes
.
#3088
opened Oct 20, 2024 by
guillaumebrunerie
No way to import the bare plugin without predefined flat config?
docs
help wanted
#3083
opened Oct 7, 2024 by
saschanaz
[no-extraneous-dependencies] relative path that refers to file outside package.json should error
#3067
opened Sep 21, 2024 by
bruce-c-liu
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.