We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried running this on my node + react frontend project, and it says: [require-lint] Extraneous dependencies: react, react-dom, react-router-dom
...even though I definitely use react. I do import it via ES6 imports though.
The text was updated successfully, but these errors were encountered:
Hi, there's a chance it doesn't handle it yet but could be an easy fix. Can you paste an example of what the imports look like?
Sorry, something went wrong.
import PropTypes from 'prop-types'; import React from 'react';
No branches or pull requests
I tried running this on my node + react frontend project, and it says:
[require-lint] Extraneous dependencies: react, react-dom, react-router-dom
...even though I definitely use react. I do import it via ES6 imports though.
The text was updated successfully, but these errors were encountered: