src/frontend/hooks/entity/entity.config.ts
Function useEntityFieldValidations
has 56 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function useEntityFieldValidations(entity: string) {
const entityValidationsMap = useEntityConfiguration(
"entity_validations",
entity
);