I use webpack aliases in my project. Everything works fine in my original project, but when I clone the project, I get an error from import/no-unresolved for my webpack aliases:
The $ js / Controller enclosure does not match the import / no-unresolved source file system
what makes it more interesting is that my project works great. import/no-unresolved seems to send show false error.
For more details, I am adding a few links: .eslintrc.js , webpack.config.babel.js , Link to my repo
please let me know if you need anything else.
source share