Webpack: Set eslint plugin config to flat to prevent cli errors (#96199)

fix(webpack): set eslint plugin config to flat to prevent cli errors
This commit is contained in:
Jack Westbrook
2024-11-11 10:23:24 +02:00
committed by GitHub
parent e22deeac04
commit 787f3b8d6c
2 changed files with 2 additions and 0 deletions
@@ -212,6 +212,7 @@ const config = async (env: Record<string, unknown>): Promise<Configuration> => {
path.basename(process.cwd()),
'.eslintcache'
),
configType: 'flat',
}),
]
: []),