-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Custom webpack.config linting #90
Labels
Comments
May be it cant read the .eslintrc this way. See if you can can pass that in a different way. |
@stewartduffy you can try passing the .eslintrc location explicitly
|
OK so looks like it is an issue with webpack preLoaders rather than eslint-loader.
this config does not work:
|
Looked into this more, can confirm that ti does not support preLoaders. Have made a PR #107 to add support for this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Has anyone had any using eslint-loader in the custom webpack.config? I have the following set up, however eslint-loader is not running
The text was updated successfully, but these errors were encountered: