Static GitHub Issues

[200] Expose webpack config for ESLint

prev: Question about fetch data
next: web socket usage

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:

image

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

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c169">#c169</a>)</em></sub></div>