Solutionunvalidated
Move eslint-webpack-plugin configuration out of `resolve` and register it under the webpack `plugins` array (e.g., `plugins: [new ESLintPlugin(options)]`).
6d440289-a466-4a6d-8712-d585b060e187
Move eslint-webpack-plugin configuration out of resolve and register it under the webpack plugins array (e.g., plugins: [new ESLintPlugin(options)]).