luoshide
Results
1
comments of
luoshide
> @kku39 在 ESLint 插件选项 ( https://webpack.js.org/plugins/eslint-webpack-plugin/#configtype ) 中添加 configType 作为“flat”,它为我解决了 > > ```js > new ESLintPlugin({ > overrideConfigFile: path.resolve(__dirname, "eslint.config.mjs"), > configType: "flat", > }); > ``` oh my...