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
We need to have the latest version of eslint-plugin-import (https://www.npmjs.com/package/eslint-plugin-import), which is currently v2.7.x since there is a added feature we need for our monorepo configuration.
and
The feature we need is support to specify the package.json for the no-extraneous-dependencies rule. The PR for that feature can be found here: import-js/eslint-plugin-import#685. It was released in the v2.7.0 version. The issue itself is thoroughly documented here: import-js/eslint-plugin-import#458.
Customer request to upgrade
eslint-plugin-import
.He mentioned:
and
Looks like we're currently using 2.2.0
The text was updated successfully, but these errors were encountered: