-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
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
Forbid Webpack loader syntax in imports #803
Conversation
I don't know how to fix the e2e test. The changed |
1eea3ad
to
dcd4962
Compare
Rebased and fixed the conflicts with The |
Cleared caches and restarted. |
The build is still failing, but with a different error now:
This is really weird because ESLint runs right after |
I had a problem with installing devDeps because
|
Enable no-webpack-loader-syntax rule in eslint-config-react-app.
3baa892
to
cecacc9
Compare
Enable no-webpack-loader-syntax rule in eslint-config-react-app.
Enable no-webpack-loader-syntax rule in eslint-config-react-app.
Enable no-webpack-loader-syntax rule in eslint-config-react-app.
Enable the
no-webpack-loader-syntax
, (import-js/eslint-plugin-import#586) rule in eslint-config-react-app.Fixes #733.
Test plan:
Add this to
App.js
: