import-js/eslint-plugin-import
ESLint plugin with rules that help validate proper imports.
JavaScriptMIT
Issues
- 51
Cannot resolve `await import('https://cdn.jsdelivr.net/npm/generate-ip/dist/generate-ip.min.js');`
#3118 opened by adamlui - 7
- 27
- 4
'newline-after-import' not applied to jsdoc
#3125 opened by emmbm - 32
Following the ESLint 9 support, `import/no-unused-modules` only works in flat config if an `.eslintrc` file exists as well
#3079 opened by ronbraha - 8
eslint-plugin-import upgrade issues on no-cycle
#3113 opened by saravanakumar2504 - 7
import/no-duplicates groups incompatible import paths
#3074 opened by idleberg - 9
Cannot resolve path for various modules when `require`d
#3120 opened by adamlui - 9
npm install takes forever
#3117 opened by adamlui - 5
Cannot resolve `const [imagemin, webp] = await Promise.all([import('imagemin'), import('imagemin-webp')]);`
#3119 opened by adamlui - 1
import/no-extraneous-dependencies use the closest package.json + the root's one
#3121 opened by maksnester - 11
forEach is undefined when running `import/namespace`
#3099 opened by guoliang - 1
module is installed but "Unable to resolve path to module 'windows-1252' import/no-unresolved"
#3114 opened by rafipiccolo - 4
- 9
- 1
[Docs] Flat Config with TypeScript
#3112 opened by raky291 - 3
Parsing error: Unexpected token import
#3111 opened by electriquo - 1
eslint-import-resolver-node's resolution does not match node's with respect to symlinks
#3110 opened by anomiex - 2
- 2
[import/extensions] Test code: checkTypeImports must not be part of the pattern definition
#3108 opened by tobbexiv - 2
Add new resolver to wiki
#3103 opened by romanlex - 5
- 12
- 10
Cannot resolve imports with subpaths
#3076 opened by OnkelTem - 1
Dynamic import required rule?
#3098 opened by dmitryuk - 0
Allow to disable default resolver
#3095 opened by bertho-zero - 13
- 0
- 5
Support RegExp in `ignore` option of `no-unresolved`
#3087 opened by regseb - 3
`import/no-unresolved` triggers when importing `pixi.js/advanced-blend-modes`.
#3088 opened by guillaumebrunerie - 9
9.12.0: Adding a snapshot file to a directory causes TypeError: Key "rules": Key "import/no-extraneous-dependencies": Could not find plugin "import".
#3086 opened by jcollum-nutrien - 6
ecmaVersion in recommended config is outdated
#3085 opened by ClementValot - 2
Restrict importing specific packages
#3084 opened by rclarey - 2
Rule for banning `export {} from '...'`
#3078 opened by blended-bram - 1
import/no-unresolved can't detect the root package
#3082 opened by saschanaz - 16
no-cycle performance in 2.30 is even worse than 2.27.5
#3060 opened by AnnatarHe - 2
- 16
After upgrade from 2.29.1 to 2.30.0 get "Parse errors" in react-toastify: "parser.parse is not a function (undefined:undefined) import/no-deprecated"
#3058 opened by corneliusroemer - 2
`import/order` option alphabetize.order doesn't preserve group order after 2.26.0 version
#3077 opened by renarsvilnis - 2
import/order named option causes eslint error
#3075 opened by jschroeter - 0
disableScc option is missing from no-cycle docs
#3063 opened by soryy708 - 11
[no-extraneous-dependencies] relative path that refers to file outside package.json should error
#3067 opened by bruce-c-liu - 6
Conflict in peer dependency while installing eslint-plugin-import (v2.30.0) with eslint v9.10.0.
#3064 opened by Munaf-Divan - 3
🐞: [import/newline-after-import] Cannot recoginize the last require when use import and require in the same file
#3059 opened by justYu2001 - 2
Missing `^9` eslint peer dependency
#3056 opened by jpzwarte - 5
- 1
- 3
- 13
Missing documentation on how to setup eslint-plugin-import with flat confiuration and Typescript
#3051 opened by valleywood - 3
eslint > 9 as peer dependency of eslint
#3053 opened by ritamcastro