DemocracyOS/democracyos

View on GitHub
lib/utils/mixin.js

Summary

Maintainability
A
1 hr
Test Coverage

Function mixin has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function mixin (Base, ...theMixins) {
  let constructors = []

  if (typeof Base !== 'function') {
    theMixins.unshift(Base)
Severity: Minor
Found in lib/utils/mixin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status