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
{{ message }}
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.
I have some alias in my webpack config. I want to fix eslint errors arising out of it.
I followed this, but I could not find webpack config json to be applied as react-universally uses config generated from factory. AFAIK, js imports and function calls can't be made in eslintrc file.
How can I fix these errors?
The text was updated successfully, but these errors were encountered:
Thanks for the quick response Dion! I tried above steps, but still found same errors.
I think the eslint-import-resolver-webpack is expecting entire config object along with resolve & other keys.
I also tried with
I have some alias in my webpack config. I want to fix eslint errors arising out of it.
I followed this, but I could not find webpack config json to be applied as react-universally uses config generated from factory. AFAIK, js imports and function calls can't be made in eslintrc file.
How can I fix these errors?
The text was updated successfully, but these errors were encountered: