diff --git a/scripts/verify-cordis-config.ts b/scripts/verify-cordis-config.ts index 3ecd22bd99..bb41c26a9f 100644 --- a/scripts/verify-cordis-config.ts +++ b/scripts/verify-cordis-config.ts @@ -428,7 +428,7 @@ export function metadataExpressionErrors(entry: Record, path: s function disabledExpressionProblem(expression: string): string | undefined { try { // Compilation only — the constructor never executes the body. - // eslint-disable-next-line no-new-func + // oxlint-disable-next-line typescript/no-implied-eval new Function(`return (${expression})`) return undefined } catch (error) {