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
That it's not officially deprecated doesn't mean it's not widely discouraged. I'm not aware of any valid use cases for it; node modules you require should always be in the local node_modules folder.
detect
assumes you're executing eslint from your project's root directory. It should also check if react is installed in a providedNODE_PATH
This appears to be the problematic line:
https://github.com/yannickcr/eslint-plugin-react/blob/2598b1ee64df6f1814a5084075da9cd45deb8b8f/lib/util/version.js#L19
The text was updated successfully, but these errors were encountered: