Anas
Results
1
comments of
Anas
@kku39 add configType as "flat" in the ESLint plugin option (https://webpack.js.org/plugins/eslint-webpack-plugin/#configtype), it solved for me ```js new ESLintPlugin({ overrideConfigFile: path.resolve(__dirname, "eslint.config.mjs"), configType: "flat", }); ```