How to deal with import-x/no-extraneous-dependencies errors on eslint.config.mjs in v3 ?
#58
Answered
by
NishargShah
khitrenovich
asked this question in
Q&A
|
Plugin v3 had switched to "batteries included" mode, providing other plugins, as well as However, this triggers in my I do need this helper, since I need to compile my own list of TS projects (for reasons that are beyond the scope of this question). What is the suggested way to deal with it? |
Answered by
NishargShah
Jan 5, 2026
Replies: 1 comment 3 replies
|
Hello @khitrenovich, The |
3 replies
Answer selected by
NishargShah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hello @khitrenovich,
The
eslint-import-resolver-typescriptis bundled with theeslint-config-airbnb-extendedpackage, but it isn’t installed in your project by default. Please add it as a dev dependency, and the error should be resolved.