-
-
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
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
Cannot resolve
await import('https://cdn.jsdelivr.net/npm/generate-ip/dist/generate-ip.min.js');
#3118
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
eslint-plugin-import silently fails if the module is minified
bug
help wanted
#3107
opened Nov 20, 2024 by
RPGillespie6
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
import/no-named-as-default-member rule became less useful in 2.30.0
#3055
opened Sep 8, 2024 by
peterjuras
Enhancement: [import/no-restricted-paths] accept target exceptions
#3050
opened Sep 4, 2024 by
velvolue
Previous Next
ProTip!
Adding no:label will show everything without a label.