Update dependency eslint-webpack-plugin to v5 (#109230)

* Update dependency eslint-webpack-plugin to v5

* set failOnError: false to match previous behaviour

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot]
2025-08-06 15:18:22 +01:00
committed by GitHub
parent 5c50fc6385
commit 6ee15da39c
5 changed files with 15 additions and 22 deletions

View File

@ -149,6 +149,7 @@ module.exports = (env = {}) => {
lintDirtyModulesOnly: true, // don't lint on start, only lint changed files
extensions: ['.ts', '.tsx'],
configType: 'flat',
failOnError: false,
}),
new MiniCssExtractPlugin({
filename: 'grafana.[name].[contenthash].css',