In order to lint our Vue files with ESlint, we need to use eslint-import-resolver-webpack to tell eslint how to resolve our import statements using Nuxt's custom aliases, to avoid errors like these:

At the moment I can't find Nuxt's webpack config anywhere in my node_modules directory to give to this plugin?