You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the recommended rules of eslint-plugin-import also for checking eslint.config.js. I just added eslint-plugin-package-json according to the README instructions to the config like this:
Bug Report Checklist
main
branch of the repository.Expected
I'm using the recommended rules of eslint-plugin-import also for checking
eslint.config.js
. I just addedeslint-plugin-package-json
according to the README instructions to the config like this:I wouldn't expect any complaints from the import plugin when I import
eslint-plugin-package-json
.Actual
Now when I run eslint I get the import rule no-unresolved throws that error message:
eslint-plugin-package-json
works nevertheless.I have no other problems with the import plugin, so I guess there is a problem with the way eslint-plugin-package-json is imported.
Additional Info
No response
The text was updated successfully, but these errors were encountered: