src/mixins.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initGettersSetters has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const initGettersSetters = (model) => {
  const keys = Object.keys(model.props);
  const hasComputedFilterFn = (prop) => !has(`${prop}.computed`, model.props);

  const getters = model.propsSettings.useGetters ? keys : [];
Severity: Minor
Found in src/mixins.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status