refactor(core): Lintfix core and workflow packages (#17096)

This commit is contained in:
Iván Ovejero
2025-07-08 13:04:50 +02:00
committed by GitHub
parent 1a4e4c5e72
commit d6b646d8cf
27 changed files with 47 additions and 86 deletions
@@ -60,7 +60,6 @@ const withIndefiniteArticle = (noun: string): string => {
return `${article} ${noun}`;
};
// eslint-disable-next-line complexity
function parseFilterConditionValues(
condition: FilterConditionValue,
options: FilterOptionsValue,