mirror of
https://github.com/grafana/grafana.git
synced 2025-09-16 14:33:25 +08:00
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:
@ -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',
|
||||
|
Reference in New Issue
Block a user