libs/cart/state/src/reducers/cart-billing-address/cart-billing-address.reducer.ts
Function cartBillingAddressReducer
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function cartBillingAddressReducer<T extends DaffCart = DaffCart>(
state = daffCartReducerInitialState,
action: ActionTypes<T>,
): DaffCartReducerState<T> {
switch (action.type) {