-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expose webpack config for ESLint #200
Copy link
Copy link
Closed
Description
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?
Reactions are currently unavailable
