martinheidegger/map-each

View on GitHub
lib/linked-list.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createLinkedList has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function createLinkedList () {
  const last = {
    prev: null,
    value: null,
    done: true
Severity: Minor
Found in lib/linked-list.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status