refactor(core): Lint for cyclomatic complexity in BE packages (no-changelog) (#9111)
This commit is contained in:
@@ -121,6 +121,7 @@ function parseRegexPattern(pattern: string): RegExp {
|
||||
return regex;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line complexity
|
||||
export function executeFilterCondition(
|
||||
condition: FilterConditionValue,
|
||||
filterOptions: FilterOptionsValue,
|
||||
|
||||
Reference in New Issue
Block a user