inventid/live-image-resize

View on GitHub
src/integerCounter.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function integerCounter() {
  let i = 0;

  function incrementAndGet() {
    i = i + 1;
Severity: Minor
Found in src/integerCounter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status