[CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

This commit is contained in:
kibanamachine 2025-03-05 14:39:27 +00:00
parent bbc074779d
commit 4f83423920
2 changed files with 3 additions and 3 deletions

View file

@ -278,7 +278,7 @@ export class OptimizerConfig {
options.maxWorkerCount,
options.dist,
options.profileWebpack,
options.themeTags,
options.themeTags
);
}
@ -293,7 +293,7 @@ export class OptimizerConfig {
public readonly maxWorkerCount: number,
public readonly dist: boolean,
public readonly profileWebpack: boolean,
public readonly themeTags: ThemeTags,
public readonly themeTags: ThemeTags
) {}
getWorkerConfig(optimizerCacheKey: unknown): WorkerConfig {

View file

@ -294,7 +294,7 @@ export function getWebpackConfig(
),
vega: Path.resolve(worker.repoRoot, 'node_modules/vega/build-es5/vega.js'),
'react-dom$': 'react-dom/profiling',
'scheduler/tracing': 'scheduler/tracing-profiling'
'scheduler/tracing': 'scheduler/tracing-profiling',
},
},